- Feb 07, 2023
-
-
Sébastien Villemot authored
[skip ci] (cherry picked from commit 7e3b83a1)
-
- Feb 01, 2023
-
-
Sébastien Villemot authored
[skip ci] (cherry picked from commit ef7dc09b)
-
- Jan 25, 2023
-
-
Sébastien Villemot authored
Closes: website#3 (cherry picked from commit 5093264b)
-
Sébastien Villemot authored
– Add two missing checks for file opening failures – Run detrending engine if trend variables are present, even if unused in a var(deflator=…) statement – Remove some incorrect normalization rules for the case mfs=3 As a consequence, increase the tolerance for a test with mfs=3 (it now uses the same tolerance as the corresponding test for mfs=2).
-
- Jan 17, 2023
-
-
Sébastien Villemot authored
E.g. indentation was incorrect following “model(block);”. [skip ci] (cherry picked from commit 8200c356)
-
- Jan 10, 2023
-
-
(cherry picked from commit 0b0a4ef3)
-
- Jan 04, 2023
-
-
Sébastien Villemot authored
(cherry picked from commit effc0496) [skip ci]
-
- Dec 15, 2022
-
-
Sébastien Villemot authored
– Fix indexing in M_.endo_trends (Ref. #1648) – Macro processor: fix tracking of line numbers after @#define, @#include and @#includepath directives – Macro processor: fix error message when @#include is used with nonexistent file
-
- Dec 12, 2022
-
-
(cherry picked from commit a4634cd1)
-
- Dec 08, 2022
- Dec 07, 2022
-
-
Sébastien Villemot authored
Intigriti reference: DYNARE-7TULYVR8 (cherry picked from commit 689355eb)
-
(cherry picked from commit e7ca989b)
-
Sébastien Villemot authored
-
- Nov 29, 2022
-
-
Sébastien Villemot authored
Add recent bugfixes to 5.x See merge request !2113
-
Johannes Pfeifer authored
(cherry picked from commit bbdcdc89)
-
Johannes Pfeifer authored
(cherry picked from commit 26fbc6c5)
-
Johannes Pfeifer authored
(cherry picked from commit 80f6799c)
-
Johannes Pfeifer authored
(cherry picked from commit 1e2fb88d)
-
Johannes Pfeifer authored
(cherry picked from commit eeecccd2) # Conflicts: # matlab/+occbin/IVF_core.m
-
Johannes Pfeifer authored
(cherry picked from commit c90368d4)
-
- Nov 24, 2022
-
-
Stéphane Adjemian authored
Was crashing if the auxiliary model contains a constant. See https://forum.dynare.org/t/iterative-ols-for-pac-equation/21379. Manually cherry picked from 3aeb1ff7.
-
- Nov 21, 2022
-
-
Sébastien Villemot authored
Also capitalize MATLAB. [skip ci] (cherry picked from commit cce27106)
-
Sébastien Villemot authored
[skip ci] (cherry picked from commit af281543)
-
Sébastien Villemot authored
[skip ci]
-
Sébastien Villemot authored
[skip ci] (cherry picked from commit 4ade3588)
-
Sébastien Villemot authored
[skip ci] (cherry picked from commit 155c2198)
-
- Nov 19, 2022
-
-
(cherry picked from commit 573ce333)
-
Sébastien Villemot authored
big fix in diffuse filter initialization: incorrect mapping of observables... See merge request !2106
-
- Nov 18, 2022
- Nov 17, 2022
-
-
Sébastien Villemot authored
Port recent bugfixes to 5.x See merge request !2102
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
Closes #1863 # Conflicts: # matlab/dynare_estimation_1.m
-
(cherry picked from commit 03f93c53)
-
missing line that stores info on violation of constraint in expectation (needed to check for periodic solutions) (cherry picked from commit b0ce054c)
-
(cherry picked from commit a1e0c35c)
-
new option max_check_ahead_periods (renaming old undocumented option max_periods), that truncates the number of periods for which agents check ahead the regime (a sort of myopic behavior beyond max_check_ahead_periods), the option is valid for simul, smoother and likelihood. (cherry picked from commit 2f236048)
-
(cherry picked from commit 6737d9f8)
-
(cherry picked from commit e31b3137)
-
accept periodic solution in simulations ONLY IF two regimes differ by one period, to avoid pathological solutions. We also do not check for periodicity when check ahead periods have been increased endogenously, again to avoid mis-identified periodicity. Any other type of periodicity, is flagged as non-convergence with error code 313 (infinite loop of solutions). (cherry picked from commit d0150997)
-