gpExpandParam: Expand a parameter vector into a GP model.

Description Usage Arguments Value See Also Examples

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

1
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

model

a returned model structure containing the updated parameters.

See Also

gpCreate, gpExtractParam, modelExtractParam, gpUpdateKernels.

Examples

1
## missing

alkalait/gptk documentation built on March 7, 2020, 6:30 a.m.