- Apr 02, 2025
-
-
Sébastien Villemot authored
-
- Jan 22, 2025
-
-
Stéphane Adjemian authored
Use simulation of the model, based on a first order approximation, as an initial guess for the solver in each period.
-
- Nov 28, 2024
-
-
Sébastien Villemot authored
NB: the “overwrite” option only works for the same type of “learnt_in” value, i.e. an integer-valued “learnt_in” cannot replace a date-valued “learnt_in” and vice versa.
-
Sébastien Villemot authored
-
Sébastien Villemot authored
New options {first,last}_simulation_period to perfect_foresight{,with_expectation_errors}_setup commands
-
- Nov 21, 2024
-
-
Johannes Pfeifer authored
-
- Nov 18, 2024
-
-
Sébastien Villemot authored
[skip ci]
-
Sébastien Villemot authored
Dates handling inside Dynare statements was done in the Flex scanner using a hack that would introduce some extra characters in the character stream (in order to return a call to the “dates('…')” constructor to Bison). But this would break the column location counter, because the latter would count characters that do not exist in the user file. This commit fixes it by implementing a more natural handling of dates, adding the “dates('…')” constructor directly at the level of the semantic value.
-
- Nov 08, 2024
-
-
Sébastien Villemot authored
Also do some coding style manual enforcement.
-
- Nov 06, 2024
-
-
Sébastien Villemot authored
-
- Nov 05, 2024
-
-
Sébastien Villemot authored
Field names used in the option structure were slightly different depending on whether the option value was an integer or a date. This is confusing. This commit aligns the structure field names with the option names. Type checking can then be done at the MATLAB/Octave level.
-
- Oct 15, 2024
-
-
Sébastien Villemot authored
-
- Sep 09, 2024
-
-
Sébastien Villemot authored
– New “heterogeneity_dimension” statement – New option “heterogeneity” to “var”, “varexo”, “parameters”, “model” and “shocks” statements – New “SUM()” operator in “model” block
-
- Sep 04, 2024
-
-
Stéphane Adjemian authored
-
- Jul 19, 2024
-
-
Sébastien Villemot authored
-
- May 29, 2024
-
-
Normann Rion authored
See issue #1920
-
- May 16, 2024
-
-
Sébastien Villemot authored
The vector of lower and upper bounds is now provided by {static,dynamic}_complementarity_conditions.m (which accepts parameters as an argument, in preparation for the possibility of having parameters in complementarity conditions). The index that denotes the reordering of equation residuals (so that the residual of an equation appears at the index of the endogenous appearing in the complementarity condition) is now in “M_.{static,dynamic}_mcp_equations_reordering”. Constraints declared through the ramsey_constraints block are also incorporated in this new interface (and therefore “M_.ramsey_model_constraints” has been removed).
-
- Apr 15, 2024
-
-
Sébastien Villemot authored
The symbol can be either input: – as ⟂ in UTF-8 (codepoint U+27C2) – or as _|_ in ASCII The old syntax using the “mcp” tag is now obsolete, but kept for backward compatibility.
-
- Mar 01, 2024
-
-
Sébastien Villemot authored
-
- Feb 28, 2024
-
-
Sébastien Villemot authored
Closes: #127
-
- Dec 19, 2023
-
-
Sébastien Villemot authored
Closes: #124
-
- Dec 14, 2023
-
-
Sébastien Villemot authored
The old name is still accepted, but will trigger a deprecation warning.
-
Johannes Pfeifer authored
dr_block has been removed
-
- Nov 30, 2023
-
-
Sébastien Villemot authored
-
- Nov 15, 2023
-
-
Sébastien Villemot authored
NB: does not (yet) works with Occbin regime-specific equations. Ref. dynare#1890
-
- Nov 14, 2023
-
-
Sébastien Villemot authored
Incidentally, makes tag names case-insensitive in “model_replace” and “model_remove”, which is consistent with tag declarations.
-
- Nov 10, 2023
-
-
Sébastien Villemot authored
-
- Oct 18, 2023
-
-
Sébastien Villemot authored
-
- Oct 17, 2023
-
-
Sébastien Villemot authored
-
- Oct 16, 2023
-
-
Sébastien Villemot authored
Currently defaults to 0.
-
Sébastien Villemot authored
Those options do not internally behave as the usual command options (which have a “o_*” rule), so it makes more sense to treat them differently.
-
- Oct 11, 2023
-
-
- Oct 10, 2023
-
-
Sébastien Villemot authored
-
- Sep 28, 2023
-
-
Willi Mutschler authored
-
Willi Mutschler authored
-
Willi Mutschler authored
-
- Sep 25, 2023
-
-
Johannes Pfeifer authored
-
- Sep 14, 2023
-
-
Johannes Pfeifer authored
-
-
- Sep 12, 2023
-
-
Johannes Pfeifer authored
-