Update Known bugs present in the current stable version: particle filter bugs were fixed authored by Johannes Pfeifer's avatar Johannes Pfeifer
...@@ -9,7 +9,11 @@ ...@@ -9,7 +9,11 @@
* The `EndTemperature` option of `mode_compute=10` (`simpsa`) was broken (bug fixed in d802ed7c) * The `EndTemperature` option of `mode_compute=10` (`simpsa`) was broken (bug fixed in d802ed7c)
* Optimization may, in rare cases, erroneously apply an infinite penalty function value (bug fixed in 46809c41) * Optimization may, in rare cases, erroneously apply an infinite penalty function value (bug fixed in 46809c41)
* The `mh_posterior_mode_estimation` is broken in conjunction with `method_of_moments` (bug fixed in e3c0572b) * The `mh_posterior_mode_estimation` is broken in conjunction with `method_of_moments` (bug fixed in e3c0572b)
* Particle filtering with `filter_algorithm=gf` and `gmf` would crash if `k_order_solver` was not used (bug not yet fixed, see !2426) * The following problems with non-linear filters were fixed:
* `filter_algorithm=cpf` with `proposal_approximation=montecarlo` returned incorrect results (bug fixed in 72b00500)
* The `particle_filter_options` `unscented_beta` and `unscented_kappa` did not accept values of 0 (bug fixed in daaf9def)
* `filter_algorithm=gf` and `filter_algorithm=gmf` did not correctly handle correlated measurement error (bug fixed in 62fe5425)
* The `estimation` command did not allow the `pruning` option to be set for higher-order estimation (bug fixed in 4601ee53)
* `forecast` with `varexo_det` * `forecast` with `varexo_det`
* without measurement errors stored the upper bound of the confidence interval in the `HPDinf` field and the lower bound in the `HPDsup` field (bug fixed in 20c38954) * without measurement errors stored the upper bound of the confidence interval in the `HPDinf` field and the lower bound in the `HPDsup` field (bug fixed in 20c38954)
* with multiple measurement errors would crash if not all observables were requested as outputs (bug fixed in dd94003e) * with multiple measurement errors would crash if not all observables were requested as outputs (bug fixed in dd94003e)
... ...
......