Learn R Programming

CEGO (version 2.4.3)

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