|
|
This page documents known bugs in Dynare stable.
|
|
|
# This page documents known bugs in Dynare stable.
|
|
|
* OccBin: the `smoother_inversion_filter` option would crash the MCMC estimation if the `filtered_variables` or `filter_step_ahead` options were used (fixed in 353a21ca)
|
|
|
* OccBin: the `smoother_inversion_filter` option would use the PKF if `mh_replic>0` (bug fixed in 87abdff3)
|
|
|
* OccBin: the `smoothed_state_uncertainty` option would crash Dynare if the MCMC smoother was run after the classical one (bug fixed in c62d9db0)
|
... | ... | @@ -11,10 +11,13 @@ This page documents known bugs in Dynare stable. |
|
|
* `discretionary_policy` would crash if the model was purely forward-looking (bug fixed in 0668025f and f8405777)
|
|
|
* The `dsample` command would crash (bug fixed in c98eaebe)
|
|
|
* The `conditional_forecast_paths` block did not accept vector inputs (bug fixed in https://git.dynare.org/Dynare/preprocessor/-/commit/9372796b0552b442f2f363cdc987001f4824c779)
|
|
|
* Plotting `dseries` does not correctly show dates on the x-axis (bug not yet fixed, see https://git.dynare.org/Dynare/dseries/-/issues/59)
|
|
|
* 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)
|
|
|
* Using the `forecast` command with a model solved at `order=2` with `varexo_det`, Dynare would return uncertainty bands based on a first-order approximation (bug not fixed, see #1940)
|
|
|
* For MCMC chains with fewer than 6000 draws, the default number of `sub_draws` used to compute posterior moments was incorrect (bug fixed in 3b86307c).
|
|
|
* Bi-annual dates (e.g. `2024S1` or `2024H1`) are not accepted within Dynare statements (bug fixed in preprocessor@a992fb1b9c730583edef312f08177bc705d3dddc)
|
|
|
* Plotting `dseries` does not correctly show dates on the x-axis (bug not yet fixed, see https://git.dynare.org/Dynare/dseries/-/issues/59)
|
|
|
|
|
|
### Low priority bugs that won't be fixed soon:
|
|
|
* 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)
|
|
|
|
|
|
--- |