Learn R Programming

gptk (version 1.06)

gpOut: Evaluate the output of an Gaussian process model.

Description

evaluates the output of a given Gaussian process model.

Usage

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

  • ythe 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

Run this code
## missing

Run the code above in your browser using DataLab