Learn R Programming

CEGO (version 2.4.3)

predict.modelKrigingClust: Clustered Kriging Prediction

Description

Predict with a model fit resulting from modelKrigingClust.

Usage

# S3 method for modelKrigingClust
predict(object, newdata, ...)

Value

list with function value (mean) object$y and uncertainty estimate object$s (standard deviation)

Arguments

object

fit of the clustered Kriging model ensemble (settings and parameters), of class modelKrigingClust.

newdata

list of samples to be predicted

...

further arguments, currently not used

See Also

predict.modelKriging