computeCorrelationMatrix: Compute Correlation Matrix

View source: R/modelKrigingPredict.R

computeCorrelationMatrixR Documentation

Compute Correlation Matrix

Description

Compute the correlation matrix of samples x, given the model object.

Usage

computeCorrelationMatrix(object, x)

Arguments

object

fit of the Kriging model (settings and parameters), of class modelKriging.

x

list of samples / data

Value

the correlation matrix

See Also

simulate.modelKriging

predict.modelKriging


CEGO documentation built on May 29, 2024, 3:35 a.m.