Update Known bugs present in the current stable version: OccBin multiple... authored by Johannes Pfeifer's avatar Johannes Pfeifer
Update Known bugs present in the current stable version: OccBin multiple solutions bug will not be fixed for 6.5
...@@ -15,9 +15,7 @@ ...@@ -15,9 +15,7 @@
* `filter_algorithm=gf` and `filter_algorithm=gmf` did not correctly handle correlated measurement error (bug fixed in 62fe5425) * `filter_algorithm=gf` and `filter_algorithm=gmf` did not correctly handle correlated measurement error (bug fixed in 62fe5425)
* The `estimation` command did not allow the `pruning` option to be set for higher-order estimation (bug fixed in 4601ee53) * The `estimation` command did not allow the `pruning` option to be set for higher-order estimation (bug fixed in 4601ee53)
* The manual incorrectly stated that `1,000` instead of `5,000` particles was the default (bug fixed in ea18e1ec) * The manual incorrectly stated that `1,000` instead of `5,000` particles was the default (bug fixed in ea18e1ec)
* OccBin would * OccBin would occasionally crash upon encountering invalid parameter vectors (bug fixed in 88f1b6b5)
* occasionally crash upon encountering invalid parameter vectors (bug fixed in 88f1b6b5)
* would not correctly sum the likelihood of detected multiple solution paths (bug fixed in c6e143e0)
* In rare cases, the multivariate diffuse Kalman filter/smoother (`kalman_algo=3`) did not correctly exit the diffuse stage (bug fixed in 32c421a3) * In rare cases, the multivariate diffuse Kalman filter/smoother (`kalman_algo=3`) did not correctly exit the diffuse stage (bug fixed in 32c421a3)
* `forecast` with `varexo_det` * `forecast` with `varexo_det`
* without measurement errors stored the upper bound of the confidence interval in the `HPDinf` field and the lower bound in the `HPDsup` field (bug fixed in 20c38954) * without measurement errors stored the upper bound of the confidence interval in the `HPDinf` field and the lower bound in the `HPDsup` field (bug fixed in 20c38954)
...@@ -33,6 +31,8 @@ ...@@ -33,6 +31,8 @@
* 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 fixed for Dynare 7, see #1940) * 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 fixed for Dynare 7, see #1940)
* The results of mode-finding were not correctly stored in `oo_.posterior_mode` for shock and measurement error correlations (bug fixed in 7a8d8539) * The results of mode-finding were not correctly stored in `oo_.posterior_mode` for shock and measurement error correlations (bug fixed in 7a8d8539)
* OccBin would not correctly sum the likelihood of detected multiple solution paths (bug fixed in c6e143e0 for Dynare 7)
### Low priority bugs that won't be fixed soon: ### 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) * Forecasts are only based on the DSGE-model, not the DSGE-VAR (bug not yet fixed; see #819)
... ...
......