Skip to content

Fix bug when calling non-Bayesian smoother after Bayesian estimation

Johannes Pfeifer requested to merge JohannesPfeifer:fix_smoother into master

Because xparam1 is used by the smoother, but xparam was set to the posterior mean, the non-Bayesian smoother results were based on the parameters at the mode, which are stored in xparam1.

Merge request reports