... | ... | @@ -27,7 +27,7 @@ Bugs fixed in version 4.5.6 |
|
|
|
|
|
* TaRB sampler: incorrect last posterior was returned if the last draw was rejected (bug fixed in 433a68169d3a1576992bdf523c3265d17679f23f).
|
|
|
* Fixed online particle filter by drawing initial conditions in the prior distribution (see particles@ef22c716d3e23f749b82cb0e73392ddcf93c42b4)
|
|
|
* Fixed evaluation of the likelihood in non linear / particle filters (see particles@427e88e6b41bd4d228d010536db30f40f2b00aee), particles@1f08164b05b6276f82cb48ca27ccde54e9f634c7) and particles@35c3a9fcd9181d1f5ba250172a6abf5daa0a04dd)
|
|
|
* Fixed evaluation of the likelihood in non linear / particle filters (see particles@427e88e6b41bd4d228d010536db30f40f2b00aee, particles@1f08164b05b6276f82cb48ca27ccde54e9f634c7 and particles@35c3a9fcd9181d1f5ba250172a6abf5daa0a04dd)
|
|
|
* Added missing documented `montecarlo` option in Gaussian Filter and Nonlinear Kalman Filter (bug fixed in particles@ee6eaa8449033b7074a468646e93dbaaf76160c9 and particles@28f7c7621babacfa6eb7588b3ec25e47914dedb1)
|
|
|
* Added back a flag to deal with errors on Cholesky decomposition in the Conditional Particle Filter (bug fixed in particles@43615ce4f6bd522f3a7b309e3025204b9ab9df59)
|
|
|
* Macroprocessor `length()` operator was returning 1 when applied to a string. Macroprocessor now raises an error when `length()` operator is called on an integer and return the number of characters when applied to a string (bug fixed in d056df3245a88c03b2c306496f48dafa7c17248e)
|
... | ... | @@ -177,7 +177,7 @@ Bugs fixed in version 4.5.0 |
|
|
- dseries class
|
|
|
|
|
|
+ When subtracting a dseries object from a number, the number was instead
|
|
|
subtracted from the dseries object [(link)](http://www.dynare.org/phpBB3/viewtopic.php?f=1&t=8563).
|
|
|
subtracted from the dseries object [(link)](https://forum.dynare.org/t/bug-in-dseries-minus-m/5629).
|
|
|
|
|
|
|
|
|
- DSGE-VAR models
|
... | ... | @@ -429,7 +429,7 @@ Bugs fixed in version 4.5.0 |
|
|
- Shock decomposition
|
|
|
|
|
|
+ Did not work with the `parameter_set=calibration` option if an
|
|
|
`estimated_params` block is present [(link)](http://www.dynare.org/phpBB3/viewtopic.php?f=1&t=6913),
|
|
|
`estimated_params` block is present [(link)](https://forum.dynare.org/t/problem-with-shock-decomposition/4748),
|
|
|
|
|
|
+ Crashed after MLE (see !1220).
|
|
|
|
... | ... | @@ -439,9 +439,9 @@ Bugs fixed in version 4.5.0 |
|
|
+ The perfect foresight solver could accept a complex solution
|
|
|
instead of continuing to look for a real-valued one (see #896),
|
|
|
|
|
|
+ The `initval_file` command only accepted column and not row vectors [(link)](http://www.dynare.org/phpBB3/viewtopic.php?f=1&t=6261&p=17592#p17592),
|
|
|
+ The `initval_file` command only accepted column and not row vectors [(link)](https://forum.dynare.org/t/documentation-error-on-initial-conditions/4318),
|
|
|
|
|
|
+ The `initval_file` command did not work with Excel files [(link)](http://www.dynare.org/phpBB3/viewtopic.php?f=1&t=6261&p=17592#p17592),
|
|
|
+ The `initval_file` command did not work with Excel files [(link)](https://forum.dynare.org/t/documentation-error-on-initial-conditions/4318),
|
|
|
|
|
|
+ Deterministic simulations with one boundary condition crashed in
|
|
|
`solve_one_boundary` due to a missing underscore when passing
|
... | ... | |