- Nov 14, 2024
-
-
Frédéric Karamé authored
Modification of the mod-file to call the online sampler with posterior_sampling_method instead of mode_compute=11.
-
-
-
-
-
-
-
-
-
-
-
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]
-
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
-
-
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.
-
- 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
-
Johannes Pfeifer authored
-