Learn R Programming

gptk (version 1.0)

gpExpandParam: Expand a parameter vector into a GP model.

Description

takes the given vector of parameters and places them in the model structure, it then updates any stored representations that are dependent on those parameters, for example kernel matrices etc..

Usage

model <- gpExpandParam(model, params)

Arguments

model
the model structure for which parameters are to be updated.
params
a vector of parameters for placing in the model structure.

Value

  • modela returned model structure containing the updated parameters.

See Also

gpCreate, gpExtractParam, modelExtractParam, gpUpdateKernels.

Examples

Run this code
## missing

Run the code above in your browser using DataLab