- Jan 09, 2025
-
-
Frédéric Karamé authored
-
Frédéric Karamé authored
-
Frédéric Karamé authored
-
Frédéric Karamé authored
-
- Dec 13, 2024
-
-
Frédéric Karamé authored
-
- Dec 05, 2024
-
-
Sébastien Villemot authored
Previously, “contains('foo\', '\')” would fail with an error, due to the antislash not being escaped when calling the “regexp” function. Same for other special characters in regular expressions (e.g. the dollar sign). In particular, this bug would make Dynare unusable with Octave under Windows (since commit e9d79796), because Windows paths typically contain antislashes.
-
- Nov 29, 2024
-
-
Stéphane Adjemian authored
-
Sébastien Villemot authored
By the way, only create the dseries output of “perfect_foresight_solver” when requested.
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- Nov 26, 2024
-
-
Johannes Pfeifer authored
-
- Nov 25, 2024
-
-
Closes #1945
-
- Nov 23, 2024
-
-
Johannes Pfeifer authored
-
- Nov 18, 2024
-
-
Sébastien Villemot authored
It has been available in Octave for a long time.
-
- Nov 15, 2024
-
-
Sébastien Villemot authored
-
- Nov 14, 2024
-
-
-
-
-
-
-
-
-
-
-
-
Make compatible the outputs of the online particle filter with the Dynare routines for presenting results + migrate the Online Particle Filter from nonlinear filters to posterior samplers + make it compatible with commit e4953523 (Efficient_drawing). Now require to create an online option for posterior_sampling_method.
-
- Nov 05, 2024
-
-
Sébastien Villemot authored
This will facilitate the introduction of dates in shock sequences.
-
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. It also simplifies the logic for histval_file/initval_file option handling.
-
Sébastien Villemot authored
[skip ci]
-
- Oct 30, 2024
-
-
Sébastien Villemot authored
Ref. #1859
-
- Oct 29, 2024
-
-
Sébastien Villemot authored
Ref. #1859
-
- Oct 23, 2024
-
-
Sébastien Villemot authored
The legacy representation is no longer used for the estimation chain. Note that this mechanism is not robust (in particular it does not work with the use_dll option), but this is not new. Ref. #1859
-
Sébastien Villemot authored
Ref. #1859
-
- Oct 16, 2024
-
-
Johannes Pfeifer authored
-
Sébastien Villemot authored
Bytecode does not support conditional forecasting with block decomposition (since the derivatives w.r.t. exogenous are no longer provided by the preprocessor when doing block decomposition). In practice trying this would lead to a crash.
-
Johannes Pfeifer authored
Incidentally remove calling store_smoother_results twice
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
-
- Oct 11, 2024
-
-
Sébastien Villemot authored
-