predict.homGP {hetGP}R Documentation

Gaussian process predictions using a homoskedastic noise GP object (of class homGP)

Description

Gaussian process predictions using a homoskedastic noise GP object (of class homGP)

Usage

## S3 method for class 'homGP'
predict(object, x, xprime = NULL, ...)

Arguments

object

an object of class homGP; e.g., as returned by mleHomGP

x

matrix of designs locations to predict at (one point per row)

xprime

optional second matrix of predictive locations to obtain the predictive covariance matrix between x and xprime

...

no other argument for this method

Details

The full predictive variance corresponds to the sum of sd2 and nugs. See mleHomGP for examples.

Value

list with elements


[Package hetGP version 1.1.6 Index]