This page documents known bugs in Dynare stable.
- Option
auxname
was missing in the documentation of thepac_model
command (fixed in 2e8ced89) - PAC equation estimation/simulation was crashing in case of composite target (fixed in de8298c7)
- The PAC equation estimation would crash if the PAC target was a transformed variables (fixed in c71f6a7a)
- The
perfect_foresight_with_expectation_errors_solver
command can return incorrect results when used in conjunction withhomotopy_linearization_fallback
orhomotopy_marginal_linearization_fallback
options (fixed in c6c906a1) - For scalar values, the description of the
horizon
option in thevar_expectation_model
was incorrect (fixed in 03cb9894) - Steady state computation with
bytecode
option in a Ramsey policy is broken (bug fixed in 1ce40d4d) - OccBin: the piecewise Kalman filter would crash in case of a periodic solution (bug fixed in 1fedaa22)
- User-defined
warning
settings were internally overwritten withmethod_of_moments
or the piecewise Kalman filter (bug fixed in f4b61997) - The SMC sampler will crash if any of the
bayesian_irf
,moments_varendo
, orsmoother
options has been specified (bug fixed in 5d47ac2a) - The univariate Kalman filter erroneously treated observations with negative prediction variances due to numerical issues as missing values instead of discarding the parameter draw (bug not yet fixed; see !2280 (merged))
- Forecasts are only based on the DSGE-model, not the DSGE-VAR (bug not yet fixed; see #819)
- The
bvar_irf
command would ignore theSquareRoot
option and instead employ a Cholesky decomposition (bug fixed in 14634946) - The
contemp_reduced_form
-option of thesbvar
-command is broken (bug not yet fixed, see #1716)