This page documents known bugs in Dynare stable.
- Under Windows, when the default installation location is chosen (
c:\dynare\
), Dynare installation files can be modified by unpriviledged local users (bug fixed in 689355eb) - OccBin:
- running
calib_smoother
withsmoother_inversion_filter
would crash unlesslikelihood_inversion_filter
was also specified (bug not yet fixed, see !2116 (merged)) - running the PKF smoother would crash if an error was encountered during computation of the decision rules (bug not yet fixed, see #1879 (closed))
- running
- PAC: iterative OLS is broken (bug fixed in 3aeb1ff7)
- Perfect foresight simulations
- the
debug
-mode did not preserve sparsity, causing out of memory errors (bug fixed in bbdcdc89)
- the
- Estimation:
- the computation of prior/posterior statistics would crash if
filter step_ahead > 1
without requestingforecast
or thesmoother
(bug fixed, see e7ca989b)
- the computation of prior/posterior statistics would crash if
- Forecasts are only based on the DSGE-model, not the DSGE-VAR (bug not yet fixed; see #819)
- The
contemp_reduced_form
-option of thesbvar
-command is broken (bug not yet fixed, see #1716)