predict.modelKrigingClust {CEGO} | R Documentation |
Clustered Kriging Prediction
Description
Predict with a model fit resulting from modelKrigingClust
.
Usage
## S3 method for class 'modelKrigingClust'
predict(object, newdata, ...)
Arguments
object |
fit of the clustered Kriging model ensemble (settings and parameters), of class |
newdata |
list of samples to be predicted |
... |
further arguments, currently not used |
Value
list with function value (mean) object$y
and uncertainty estimate object$s
(standard deviation)
See Also
[Package CEGO version 2.4.3 Index]