Learn R Programming

CEGO (version 2.4.3)

modelKrigingInternalPredictor: Kriging Prediction (internal)

Description

Predict with a model fit resulting from modelKriging.

Usage

modelKrigingInternalPredictor(object, x)

Value

returns a list with:

y

predicted values

psi

correlations between x and training data

Arguments

object

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

x

list of samples to be predicted

See Also

simulate.modelKriging

predict.modelKriging