predict — Calculates predicted kriging mean and variance at points x;
[my]=predict(model,x); [my,vy]=predict(model,x);
mlist of type kmodel created previously.
points for prediction, m*n matrix, m - number of points, n - number of dimensions, each row represents one point). If x represents one point both - column and row vector is accepted.
column vector (m*1) containing predicted mean at points x.
column vector (m*1) containing estimated variance at points x.