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