Update the parameters and latent variables of an SVC model.
svc_update(fit, old_par, iasset)
An object returned by svc_MakeADFun()
or eou_MakeADFun()
, typically after it has been used in a numerical optimization routine.
A list of SVC parameters to be updated. Must be in the same format as the par_list
argument of svc_MakeADFun()
.
Which parameter(s) to update. See corresponding argument of svc_MakeADFun()
.
A list in the same format as old_par
but with the corresponding parameters and latent variables updated with those of svc_fit
.