predict.spotGaussianProcessModel: Prediction method for Gaussian Process Model

View source: R/buildGaussianProcessModel.R

predict.spotGaussianProcessModelR Documentation

Prediction method for Gaussian Process Model

Description

Prediction method for Gaussian Process Model

Usage

## S3 method for class '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


SPOT documentation built on June 26, 2022, 1:06 a.m.