Update Known bugs present in the current stable version: !2010 authored by Johannes Pfeifer's avatar Johannes Pfeifer
...@@ -13,6 +13,7 @@ This page documents known bugs in Dynare stable. ...@@ -13,6 +13,7 @@ This page documents known bugs in Dynare stable.
* Estimation: * Estimation:
* the computation of prior/posterior statistics would crash if `filter step_ahead > 1` without requesting `forecast` or the `smoother` (bug fixed, see e7ca989b) * the computation of prior/posterior statistics would crash if `filter step_ahead > 1` without requesting `forecast` or the `smoother` (bug fixed, see e7ca989b)
* handling of NaN and complex parameters returned by steady state files was not correctly handled (bug fixed in 64d61c32) * handling of NaN and complex parameters returned by steady state files was not correctly handled (bug fixed in 64d61c32)
* `analytical_derivation` could be triggered with `endogenous_prior` but did not take the endogenous prior into account for the Jacobian and Hessian (bug not yet fixed, see https://git.dynare.org/Dynare/dynare/-/merge_requests/2120)
* 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) * The `contemp_reduced_form`-option of the `sbvar`-command is broken (bug not yet fixed, see #1716)
--- ---
\ No newline at end of file