modelExpandParam: Update a model structure with new parameters or update the...

Description Usage Arguments Details Value See Also

Description

Update a model structure or component with new parameters, or update the posterior processes.

Usage

1
2
modelExpandParam(model, params)
modelUpdateProcesses(model, predt=NULL)

Arguments

model

the model structure to be updated.

params

vector of parameters.

predt

.

Details

model <- modelExpandParam(model, param) returns a model structure filled with the parameters in the given vector. This is used as a helper function to enable parameters to be optimised in, for example, the optimisation functions.

model <- modelUpdateProcesses(model) updates posterior processes of the given model.

Value

model

updated model structure.

See Also

modelExtractParam


gptk documentation built on May 2, 2019, 3:27 p.m.

Related to modelExpandParam in gptk...