- 17 May, 2022 9 commits
-
-
Sébastien Villemot authored
Ref. !2029
-
Sébastien Villemot authored
Ref. !2028
-
Sébastien Villemot authored
Ref. !2027
-
Sébastien Villemot authored
Ref. !2026
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
-
- 16 May, 2022 3 commits
-
-
Sébastien Villemot authored
Ref. !2024
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- 13 May, 2022 4 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
To something closer to what we actually do when we estimate a model.
-
Stéphane Adjemian authored
Add mat file with git lfs.
-
Stéphane Adjemian authored
Closes #1853.
-
- 12 May, 2022 7 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Johannes Pfeifer authored
mom.standard_errors.m: provide more informative error message when hitting bounds during finite difference step
-
- 05 May, 2022 3 commits
-
-
Sébastien Villemot authored
Ref. !2023
-
Sébastien Villemot authored
-
Sébastien Villemot authored
[skip ci]
-
- 04 May, 2022 3 commits
-
-
Sébastien Villemot authored
In practice, for the time being, we limit ourselves to C++20 features available in GCC 10.
-
Sébastien Villemot authored
They don’t bring any added value, and break compilation in C++20 mode (because they are then of type “const char8_t *” which is distinct from “const char *”).
-
Johannes Pfeifer authored
-
- 03 May, 2022 1 commit
-
-
Sébastien Villemot authored
-
- 02 May, 2022 1 commit
-
-
Sébastien Villemot authored
Closes: #1852
-
- 29 Apr, 2022 7 commits
-
-
Sébastien Villemot authored
[skip ci]
-
Sébastien Villemot authored
Ref. !2022
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Perfect foresight with expectation errors: move computation of terminal steady states to the setup command This is more logical, since those values are constraints from the point of view of the solver. Also, this allows to have maxit and tolf options for the steady state solver, at the level of the setup command, without a clash with the same option names for the deterministic solver at the level of the solver command.
-
Sébastien Villemot authored
-
Sébastien Villemot authored
As a consequence, move the sanity checks inside evaluate_steady_state, where they make more sense.
-
Sébastien Villemot authored
-
- 28 Apr, 2022 2 commits
-
-
Johannes Pfeifer authored
evaluate_steady_state.m: correctly account for presence of auxiliary variables potentially depending on Lagrange multipliers Otherwise error message due to NaN may be thrown out due to them non having been set. Closes Dynare/preprocessor#94
-
Sébastien Villemot authored
Occbin: filter out problems in solving the baseline model See merge request Dynare/dynare!2021
-