predict.hetGP {hetGP}R Documentation

Gaussian process predictions using a heterogeneous noise GP object (of class hetGP)

Description

Gaussian process predictions using a heterogeneous noise GP object (of class hetGP)

Usage

## S3 method for class 'hetGP'
predict(object, x, noise.var = FALSE, xprime = NULL, nugs.only = FALSE, ...)

Arguments

object

an object of class hetGP; e.g., as returned by mleHetGP

x

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

noise.var

should the variance of the latent variance process be returned?

xprime

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

nugs.only

if TRUE, only return noise variance prediction

...

no other argument for this method.

Details

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

Value

list with elements


[Package hetGP version 1.1.6 Index]