- May 13, 2022
-
-
Stéphane Adjemian authored
Add mat file with git lfs.
-
Stéphane Adjemian authored
Closes #1853.
-
- May 12, 2022
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- May 05, 2022
-
-
Sébastien Villemot authored
Ref. !2023
-
Sébastien Villemot authored
-
Sébastien Villemot authored
[skip ci]
-
- May 04, 2022
-
-
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
-
- May 03, 2022
-
-
Sébastien Villemot authored
-
- May 02, 2022
-
-
Sébastien Villemot authored
Closes: #1852
-
- Apr 29, 2022
-
-
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
-
- Apr 28, 2022
-
-
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
-
Johannes Pfeifer authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- Apr 26, 2022
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
— Reject exogenous deterministic variables in a few places where they were erroneously accepted – Use booleans for “exo_det” and “multiplicative” fields of M_.det_shocks — Add checks on the value of the “learnt_in” option of “shocks” and “endval”
-
- Apr 25, 2022
-
-
Sébastien Villemot authored
simult.m: fix saving of binary file See merge request Dynare/dynare!2020
-
- Apr 23, 2022
-
-
Johannes Pfeifer authored
-
- Apr 21, 2022
-
-
Sébastien Villemot authored
For use with perfect_foresight_with_expectation_errors_setup.
-
- Apr 20, 2022
-
-
Sébastien Villemot authored
-
- Apr 19, 2022
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
Call the wrapper instead of the dynamic routine.
-
Sébastien Villemot authored
– Improve messages during model normalization – Macro-processor: more robust handling of empty files – Improvements to macroprocessor slides
-
Sébastien Villemot authored
The feval(f, x, args{:}) call would fail under Octave because the contents of args{:} would be appended twice (hence too many input arguments error). The same bug would materialize under MATLAB for errorcode>1.
-
Stéphane Adjemian authored
-