Update Known bugs present in the current stable version: forecasts authored by Johannes Pfeifer's avatar Johannes Pfeifer
......@@ -10,6 +10,10 @@
* 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)
* The `mh_posterior_mode_estimation` is broken in conjunction with `method_of_moments` (bug fixed in e3c0572b)
* `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 not yet fixed, see !2140)
* and multiple measurement errors would crash if not all observables were requested as outputs (bug not yet fixed, see !2140)
* The confidence bands of classical forecasts had incorrect coverage (bug not yet fixed, see !2140)
* `dynare_solve`, used in e.g. numerical steady state computations,
* only directly accepted correct initial values if the Jacobian contained `NaN` or `Inf`. Otherwise, the numerical solver was started (bug fixed in 2b5ec0ba).
* did not honor the `solve_randomize_initial_guess` option if no Jacobian was requested (bug fixed in 501556f5)
......
......