View source: R/clusterKriging.R
predict.modelKrigingClust | R Documentation |
Predict with a model fit resulting from modelKrigingClust
.
## S3 method for class 'modelKrigingClust'
predict(object, newdata, ...)
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 |
list with function value (mean) object$y
and uncertainty estimate object$s
(standard deviation)
predict.modelKriging
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.