modelKrigingInternalPredictor: Kriging Prediction (internal)

View source: R/modelKrigingPredict.R

modelKrigingInternalPredictorR Documentation

Kriging Prediction (internal)

Description

Predict with a model fit resulting from modelKriging.

Usage

modelKrigingInternalPredictor(object, x)

Arguments

object

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

x

list of samples to be predicted

Value

returns a list with:

y

predicted values

psi

correlations between x and training data

See Also

simulate.modelKriging

predict.modelKriging


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