Undo the previous transform of parameter guesses to obtain the GMWM estimates.
untransform_values(theta, desc, objdesc, model_type)
A vec
with dimensions N x 1 that contains user-supplied initial values for parameters
A vector<string>
indicating the models that should be considered.
A field<vec>
containing a list of parameters (e.g. AR(1) = c(1,1), ARMA(p,q) = c(p,q,1))
A string
that contains the model type: "imu"
or "ssm"
A vec
containing the undone transformation of parameters.