Calculates correlation between data point x and other data points, that were used for learning of kriging model.
kx=CorrVectorData(model,x)
data point, matrix (t*n ), t -data points, n - number of dimensions.
kriging model.
matrix (if t=1 column vector) (m*t).
Calculates correlation between data point x and other data points, that were used for learning of kriging model. Uses model.cov - correlation function; model.theta - correlation hyper-parameters. Note: This function uses global variable S_kriging.