- Nov 25, 2024
-
-
Sébastien Villemot authored
Ref. !2324
-
Closes #1945
-
- Nov 21, 2024
-
-
Stéphane Adjemian authored
calib_smoother: enable plots See merge request Dynare/dynare!2322
-
- Nov 20, 2024
-
-
Sébastien Villemot authored
Automatically detected by clang-tidy using performance-unnecessary-value-param check.
-
Sébastien Villemot authored
Variable “init” is of the trivially-copyable type std::initializer_list<int>. Automatically detected by clang-tidy using performance-move-const-arg check.
-
Sébastien Villemot authored
-
Sébastien Villemot authored
– enable new options InsertNewlineAtEOF and RemoveSemicolon – reformat the code accordingly
-
- 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 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]
-
Sébastien Villemot authored
Should have been removed in b70d99d1.
-
- Oct 30, 2024
-
-
Sébastien Villemot authored
Ref. #1859
-
Sébastien Villemot authored
Ref. #1859
-
- Oct 29, 2024
-
-
Sébastien Villemot authored
Ref. #1859
-
- Oct 24, 2024
-
-
Sébastien Villemot authored
– New M_.heterogeneity(i).state_var field – Misc minor code simplifications
-
- 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 21, 2024
-
-
Sébastien Villemot authored
[skip ci]
-
- 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 15, 2024
-
-
Sébastien Villemot authored
[skip ci]
-
Sébastien Villemot authored
[skip ci]
-
- Oct 14, 2024
-
-
Stéphane Adjemian authored
Make posterior sampling more efficient and enable posterior objects for SMC and DIME See merge request Dynare/dynare!2318
-
- Oct 11, 2024
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
It comes after a “return” statement.
-
Sébastien Villemot authored
Keep only the syntax with 3 arguments: plan, dataset, range.
-
Sébastien Villemot authored
Closes: #1899
-
Johannes Pfeifer authored
Removes unused prior_analysis_endo_var_list option
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
GetAllPosteriorDraws.m: make routine more efficient by enabling to output full parameters matrix instead of column vectors Also factorizes loading of record file to obtain MCMC info by moving it into GetAllPosteriorDraws.m
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
Reverts of Dynare/dynare@5424fde7
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
moments_varendo and prior_posterior_statistics: account for different paths of various posterior samplers
-