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.