Update Known bugs present in the current stable version: diffuse smoother authored by Johannes Pfeifer's avatar Johannes Pfeifer
...@@ -9,10 +9,12 @@ This page documents known bugs in Dynare stable. ...@@ -9,10 +9,12 @@ This page documents known bugs in Dynare stable.
* the smoother may crash due to the initial states being empty (bug fixed in eb6f17e7) and when encountering errors (bug fixed in ce21248e) * the smoother may crash due to the initial states being empty (bug fixed in eb6f17e7) and when encountering errors (bug fixed in ce21248e)
* the smoother fields of `oo_` will contain wrong results if the piecewise linear Kalman smoother did not converge (bug fixed in 4d603fb3) * the smoother fields of `oo_` will contain wrong results if the piecewise linear Kalman smoother did not converge (bug fixed in 4d603fb3)
* in pathological cases, seemingly periodic solutions may have been incorrectly accepted (bug fixed in d0150997) * in pathological cases, seemingly periodic solutions may have been incorrectly accepted (bug fixed in d0150997)
* Estimation:
* `mh_recover` and `load_mh_file` will not find the saved proposal density and have to rely on the mode-file (bug fixed in df09084a) * `mh_recover` and `load_mh_file` will not find the saved proposal density and have to rely on the mode-file (bug fixed in df09084a)
* `load_results_after_load_mh` will not find the location of the results-file (bug fixed in 905e7c43) * `load_results_after_load_mh` will not find the location of the results-file (bug fixed in 905e7c43)
* `bayesian_irf` together with `loglinear` will produce wrong results (bug fixed in ee8dfb76) * `bayesian_irf` together with `loglinear` will produce wrong results (bug fixed in ee8dfb76)
* The `contemp_reduced_form`-option of the `sbvar`-command is broken (bug not yet fixed, see #1716) * the diffuse Kalman smoother initialization was wrong when the state transition matrix contained a column of zeros (bug fixed in 81ba9524)
* the diffuse Kalman smoother initialization was wrong when the shock covariance matrix was not diagonal (bug fixed in 178e892e)
* Perfect foresight: * Perfect foresight:
* when solving purely forward or backward models with the PATH solver (`solve_algo=10`), `mcp`-tags were ignored (bug fixed in 0225cb23) * when solving purely forward or backward models with the PATH solver (`solve_algo=10`), `mcp`-tags were ignored (bug fixed in 0225cb23)
* `linear_approximation` will ignore the `nocheck`-option (bug fixed in 9301024d) * `linear_approximation` will ignore the `nocheck`-option (bug fixed in 9301024d)
...@@ -24,5 +26,5 @@ This page documents known bugs in Dynare stable. ...@@ -24,5 +26,5 @@ This page documents known bugs in Dynare stable.
* `dynare++`: the `dynare_simul.m` is broken (bug fixed in 54d95772) * `dynare++`: the `dynare_simul.m` is broken (bug fixed in 54d95772)
* `model_diagnostics` does not work with `block_trust_region` (`solve_algo=13,14`) (bug fixed in d76455fb) * `model_diagnostics` does not work with `block_trust_region` (`solve_algo=13,14`) (bug fixed in d76455fb)
* Forecasts are only based on the DSGE-model, not the DSGE-VAR (bug not yet fixed; see #819) * Forecasts are only based on the DSGE-model, not the DSGE-VAR (bug not yet fixed; see #819)
* The `contemp_reduced_form`-option of the `sbvar`-command is broken (bug not yet fixed, see #1716)
--- ---
\ No newline at end of file