- Sep 25, 2024
-
-
Sébastien Villemot authored
[skip ci] (cherry picked from commit 963809c2)
-
Sébastien Villemot authored
(manually cherry picked from commit 17271e48)
-
One input argument is required (cherry picked from commit 3dd8d75b)
-
(cherry picked from commit bbb2f2a7)
-
(cherry picked from commit b790dbb0)
-
(cherry picked from commit db286c1a)
-
- Sep 24, 2024
-
-
Make sure ivar is set; usually not triggered due to stored decision rules (cherry picked from commit 48ac6c64)
-
- Sep 23, 2024
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
Fixes crash of det_cond_forecast with expected shocks without surprises. (cherry picked from commit 104f2fe8)
-
Would cause crash in subsequent loading of output files as naming would be different (cherry picked from commit 3fed17a5)
-
- Sep 16, 2024
-
-
- when init2shocks is used, list of exo names must be re-set before retrieving decomposition info for auxiliary variable - when decomposition results are squeezed, steady state info in oo_ must also be temporarily squeezed, other wise plotted results will be wrong (cherry picked from commit 64f0f1fc)
-
[skip CI] (cherry picked from commit 8c459914)
-
Sébastien Villemot authored
(manually cherry picked from commit 066dda84)
-
Sébastien Villemot authored
(manually cherry picked from commit de780c32)
-
- Sep 13, 2024
-
-
Stéphane Adjemian authored
Attempt to fix CI's job #66356 (failing testsuite for octave). Is Octave to slow to run the Sequential Importance Sampling algorithm?
-
- Sep 12, 2024
-
-
Sébastien Villemot authored
discretionary_policy_1: fix bug introduced in 3053f9b7 See merge request !2312 -
Johannes Pfeifer authored
-
Sébastien Villemot authored
(manually cherry picked from commit 76e67e38)
-
Sébastien Villemot authored
(cherry picked from commit 992c0417)
-
Sébastien Villemot authored
The problem has apparently been fixed in some update to R2024a. This is a revert of commit 18131492. (cherry picked from commit 1d5f79c8)
-
Stéphane Adjemian authored
(cherry picked from commit 700e74b3)
-
(cherry picked from commit 43af30d0)
-
(cherry picked from commit 1f42db12)
-
(cherry picked from commit 3d8697e6)
-
dynare was crashing without the statistical toolbox from Mathworks. (cherry picked from commit 18eede9d)
-
(cherry picked from commit dac5a30a)
-
(cherry picked from commit 0b5062a9)
-
(cherry picked from commit bd426651)
-
(cherry picked from commit 519bd2cd)
-
Sébastien Villemot authored
This prevents a name clash with qzdiv and qzswitch shipped with MS-SBVAR code. (cherry picked from commit 2aad980f)
-
- Sep 04, 2024
-
-
Stéphane Adjemian authored
-
- Sep 03, 2024
-
-
(cherry picked from commit 1e32902e)
-
(cherry picked from commit 56227c74)
-
(cherry picked from commit 440002c8) [skip ci]
-
Sébastien Villemot authored
Since the lock was not assigned to a variable, it was a temporary value and would thus be immediately released. Problem detected through a warning produced by GCC 14. (cherry picked from commit a13b2b57)
-
- Aug 30, 2024
-
-
Stéphane Adjemian authored
cherry pick occbin fixes See merge request !2309
-
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)
-