Learn R Programming

gptk (version 1.06)

gpObjective: Wrapper function for GP objective.

Description

returns the negative log likelihood of a Gaussian process model given the model structure and a vector of parameters. This allows the use of NETLAB minimisation functions to find the model parameters.

Usage

gpObjective(params, model)

Arguments

params
the parameters of the model for which the objective will be evaluated.
model
the model structure for which the objective will be evaluated.

Value

  • fthe negative log likelihood of the GP model.

See Also

gpCreate, gpGradient, gpLogLikelihood, gpOptimise.

Examples

Run this code
## missing

Run the code above in your browser using DataLab