- Aug 30, 2024
-
-
Marco Ratto authored
the error in reconstructing the k-step ahead forecasts with occbin smoother redux, should only occur in the first occbin smoother interation for non-stationary models (with diffuse filter), where tstart>1. if k>tstart, the same simulation should have been done already in occbin.kalman_update, so it should never give an error if k<=tstart, the simulation may crash, since we ignore OBC in the first (diffuse) steps and it may happen that, given the linear updated states, the occbin simulation does not converge. Indeed, I never got a simulation failure in line 474, where this possibility is properly taken into account. (cherry picked from commit abbd1118)
-
Marco Ratto authored
(cherry picked from commit 5ad067f1)
-
Marco Ratto authored
(cherry picked from commit 3e923ac9)
-
Marco Ratto authored
- trap the case when the occbin simulation does not converge (should only happen when first_period_occbin_update>1) (cherry picked from commit 7041e107)
-
Marco Ratto authored
(cherry picked from commit 218a529c)
-
Marco Ratto authored
(cherry picked from commit 6ea07bf2)
-
- Aug 27, 2024
-
-
(cherry picked from commit 895b5340)
-
- Jul 25, 2024
-
-
(cherry picked from commit dfa01edd)
-
- Jul 24, 2024
-
-
Sébastien Villemot authored
[skip ci] (cherry picked from commit 07191abf)
-
- Jul 19, 2024
-
-
Sébastien Villemot authored
-
- Jun 19, 2024
-
-
Sébastien Villemot authored
(cherry picked from commit d4211503)
-
Sébastien Villemot authored
(cherry picked from commit bf5ff6cf)
-
- Jun 05, 2024
-
-
Sébastien Villemot authored
-
(cherry picked from commit 7f62bf98) [skip ci]
-
- Jun 04, 2024
-
-
Sébastien Villemot authored
See the Debian changelog entry for dynare 6.1-2. [skip ci] (cherry picked from commit d1ffb60e)
-
Sébastien Villemot authored
See: - https://github.com/Homebrew/homebrew-core/issues/165388 - https://trac.macports.org/ticket/69639 (manually cherry picked from commit 54956c22)
-
Sébastien Villemot authored
(manually cherry picked from commit 673ceb6d)
-
Sébastien Villemot authored
[skip ci] (cherry picked from commit 0b8b05bc)
-
(cherry picked from commit e22c3405)
-
- May 31, 2024
-
-
Sébastien Villemot authored
Fixes https://forum.dynare.org/t/invalid-mex-file-whe-running-sensitivity-analysis-m1-mac-6-1/25829 It seems that meson does not link libquadmath (which is needed by libgfortran). When doing dynamic linking, this is not an issue since the dynamic linker loads libquadmath recursively after loading libgfortran. But when doing static linking, libquadmath needs to be explicitly linked. Not yet clear at this point: why isn’t this needed under Linux and Windows? (cherry picked from commit f1e10960)
-
Sébastien Villemot authored
This avoids interfering with the build-matlab directory that may already be used by the developper locally. Also, this makes it symmetric with the Windows build script. (cherry picked from commit 1e66daf7)
-
- May 23, 2024
-
-
Sébastien Villemot authored
(cherry picked from commit a3f44cc6)
-
Sébastien Villemot authored
(manually cherry picked from commit 3256cf50)
-
Sébastien Villemot authored
These should be strict inequalities. (cherry picked from commit 3cd6bd45)
-
- May 22, 2024
-
-
Crashed if mod()==0 as last value was not accounted for (cherry picked from commit 70ebf0ab)
-
- May 15, 2024
-
-
Sébastien Villemot authored
The solver relies on a reordering of equations (eq_index) so that reordered equations appear at the index of the endogenous to which they are associated through the complementarity condition. However, this reordering could be computed incorrectly in the presence of multiple complementarity conditions (technically, eq_index was not necessarily a permutation). (cherry picked from commit 1fea7f3e)
-
- May 14, 2024
-
-
homotopy expects a matrix conformable with the initval_series (cherry picked from commit aeb1b92e)
-
- May 03, 2024
-
-
[skip ci] (cherry picked from commit 8b7f2509)
-
- May 02, 2024
-
-
Sébastien Villemot authored
[skip ci]
-
Sébastien Villemot authored
[skip ci] (cherry picked from commit a9687a2d)
-
Sébastien Villemot authored
[skip ci] (cherry picked from commit 35a8d230)
-
(cherry picked from commit 1d86e8d2)
-
- Apr 30, 2024
-
-
Prevents crash (cherry picked from commit b9d069da)
-
- Apr 26, 2024
-
-
Occurs with e.g. one shock only for heteroskedastic_filter (cherry picked from commit 8b7420c7)
-
Sébastien Villemot authored
(manually cherry picked from commit 840d938f)
-
Sébastien Villemot authored
[skip ci] (cherry picked from commit 240c0eb0)
-
- Apr 22, 2024
- Apr 16, 2024
-
-
Sébastien Villemot authored
(cherry picked from commit 25ffd847)
-
- Apr 12, 2024
-
-
Fix `simult_.m` to call specialized simulation codes for order <= 3 instead of `k_order_simul` whenever possible (manually cherry picked from commit 03064501)
-