50% off: Unlimited data and AI learning.
State of Data and AI Literacy Report 2025

gptk (version 1.0)

gpOut: Evaluate the output of an Gaussian process model.

Description

evaluates the output of a given Gaussian process model.

Usage

y <- 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