gpOut: Evaluate the output of an Gaussian process model.

Description Usage Arguments Value See Also Examples

View source: R/gpOut.R

Description

evaluates the output of a given Gaussian process model.

Usage

1
gpOut(model, x)

Arguments

model

the model for which the output is being evaluated.

x

the input position for which the output is required.

Value

y

the output of the GP model. The function checks if there is a noise model associated with the GP, if there is, it is used, otherwise the mean of gpPosteriorMeanVar is returned.

See Also

gpCreate, gpPosteriorMeanVar.

Examples

1
## missing

alkalait/gptk documentation built on March 7, 2020, 6:30 a.m.