prior dimensions authored by Johannes Pfeifer's avatar Johannes Pfeifer
...@@ -18,7 +18,7 @@ This page documents known bugs in Dynare stable. ...@@ -18,7 +18,7 @@ This page documents known bugs in Dynare stable.
* Estimation results using the particle filter at `order=3` will be incorrect if the restricted state space differs from the unrestricted one (bug not yet fixed, see https://git.dynare.org/Dynare/dynare/-/issues/1768) * Estimation results using the particle filter at `order=3` will be incorrect if the restricted state space differs from the unrestricted one (bug not yet fixed, see https://git.dynare.org/Dynare/dynare/-/issues/1768)
* `mode_compute=102` (SOLVEOPT) may return with `Inf` instead of the last feasible value (bug fixed in a89f21b5) * `mode_compute=102` (SOLVEOPT) may return with `Inf` instead of the last feasible value (bug fixed in a89f21b5)
* Using `analytic_derivation` for Bayesian estimation will result in wrong results when the multivariate Kalman filter enters the steady state stage (bug fixed in c6c9b4e3) * Using `analytic_derivation` for Bayesian estimation will result in wrong results when the multivariate Kalman filter enters the steady state stage (bug fixed in c6c9b4e3)
* Using `analytic_derivation` for ML estimation will result in a crash (bug not yet fixed, see https://git.dynare.org/Dynare/dynare/-/merge_requests/1811) * Using `analytic_derivation` for ML estimation will result in a crash (bug fixed in 82aa669b)
* `cova_compute=0` did not work with user-defined `MCMC_jumping_covariance` (bug fixed via https://git.dynare.org/Dynare/dynare/-/commit/9351fd662fa8ea089c763c403ee4f6d94413ae71) * `cova_compute=0` did not work with user-defined `MCMC_jumping_covariance` (bug fixed via https://git.dynare.org/Dynare/dynare/-/commit/9351fd662fa8ea089c763c403ee4f6d94413ae71)
* `mode_compute=1` does not work with `analytic_derivation` (bug not yet fixed, see https://git.dynare.org/Dynare/dynare/-/issues/1770) * `mode_compute=1` does not work with `analytic_derivation` (bug not yet fixed, see https://git.dynare.org/Dynare/dynare/-/issues/1770)
* Not all commands honor saving to the `M_.dname`-folder (bug fixed, see da3943be) * Not all commands honor saving to the `M_.dname`-folder (bug fixed, see da3943be)
... ...
......