Learn R Programming

SPOT (version 2.11.10)

predict.spotGaussianProcessModel: Prediction method for Gaussian Process Model

Description

Prediction method for Gaussian Process Model

Usage

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

Arguments

object

fit of the model, an object of class "spotGaussianProcessModel", produced by buildGaussianProcess.

newdata

matrix of new data.

...

not used