Learn R Programming

CEGO (version 2.4.3)

predict.modelKriging: Kriging Prediction

Description

Predict with a model fit resulting from modelKriging.

Usage

# S3 method for modelKriging
predict(object, x, ...)

Value

Returned value depends on the setting of object$predAll

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

FALSE:object$yonly

Arguments

object

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

x

list of samples to be predicted

...

further arguments, not used

See Also

modelKriging

simulate.modelKriging