computeCorrelationMatrix: Compute Correlation Matrix
Description
Compute the correlation matrix of samples x, given the model object.
Usage
computeCorrelationMatrix(object, x)
Value
the correlation matrix
Arguments
- object
fit of the Kriging model (settings and parameters), of class modelKriging
.
- x
list of samples / data
See Also
simulate.modelKriging
predict.modelKriging