This page documents known bugs in Dynare stable.
- Macro processor: line numbers after
@#define, @#include
and@#includepath
directives were off by 1 (bug fixed in preprocessor@50a2737e) - The indexing of
M_.endo_trends
was off by 1 (bug fixed in preprocessor@2758f46c) - 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) - The variable label for exogenous leads and lags was incorrect for leads and lags of exogenous variables in the display of decision rules and in
model_info
(bug fixed in 1866286f and 1219f085) - OccBin:
- running
calib_smoother
withsmoother_inversion_filter
would crash unlesslikelihood_inversion_filter
was also specified (bug fixed in 4e4cd75c) - 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) - handling of NaN and complex parameters returned by steady state files was not correctly handled (bug fixed in 64d61c32)
-
analytical_derivation
could be triggered withendogenous_prior
but did not take the endogenous prior into account for the Jacobian and Hessian (bug not yet fixed, see !2120 (merged))
- 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)