Commits on Source (22)
-
Sébastien Villemot authored
[skip ci]
-
Sébastien Villemot authored
Ref. #1859
-
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
– New M_.heterogeneity(i).state_var field – Misc minor code simplifications
-
Sébastien Villemot authored
Ref. #1859
-
Sébastien Villemot authored
Ref. #1859
-
Sébastien Villemot authored
Ref. #1859
-
Sébastien Villemot authored
Should have been removed in b70d99d1.
-
Sébastien Villemot authored
[skip ci]
-
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
This will facilitate the introduction of dates in shock sequences.
-
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.
-
-
-
-
-
-
-
-
-
-
Showing
- doc/manual/source/installation-and-configuration.rst 2 additions, 2 deletionsdoc/manual/source/installation-and-configuration.rst
- matlab/+bgp/write.m 40 additions, 20 deletionsmatlab/+bgp/write.m
- matlab/+gui/+perfect_foresight/run.m 1 addition, 2 deletionsmatlab/+gui/+perfect_foresight/run.m
- matlab/+gui/+stochastic-simulation/read.m 1 addition, 2 deletionsmatlab/+gui/+stochastic-simulation/read.m
- matlab/+occbin/get_deriv.m 11 additions, 35 deletionsmatlab/+occbin/get_deriv.m
- matlab/default_option_values.m 14 additions, 6 deletionsmatlab/default_option_values.m
- matlab/dynare_config.m 1 addition, 0 deletionsmatlab/dynare_config.m
- matlab/estimation/GetAllPosteriorDraws.m 12 additions, 0 deletionsmatlab/estimation/GetAllPosteriorDraws.m
- matlab/estimation/GetPosteriorMeanVariance.m 6 additions, 0 deletionsmatlab/estimation/GetPosteriorMeanVariance.m
- matlab/estimation/GetPosteriorParametersStatistics.m 4 additions, 2 deletionsmatlab/estimation/GetPosteriorParametersStatistics.m
- matlab/estimation/PosteriorIRF.m 6 additions, 4 deletionsmatlab/estimation/PosteriorIRF.m
- matlab/estimation/check_posterior_analysis_data.m 6 additions, 0 deletionsmatlab/estimation/check_posterior_analysis_data.m
- matlab/estimation/check_posterior_sampler_options.m 121 additions, 96 deletionsmatlab/estimation/check_posterior_sampler_options.m
- matlab/estimation/dynare_estimation_1.m 8 additions, 8 deletionsmatlab/estimation/dynare_estimation_1.m
- matlab/estimation/get_posterior_folder_name.m 2 additions, 0 deletionsmatlab/estimation/get_posterior_folder_name.m
- matlab/estimation/online/isonline.m 25 additions, 0 deletionsmatlab/estimation/online/isonline.m
- matlab/estimation/online/online_auxiliary_filter.m 32 additions, 77 deletionsmatlab/estimation/online/online_auxiliary_filter.m
- matlab/estimation/posterior_sampler.m 6 additions, 4 deletionsmatlab/estimation/posterior_sampler.m
- matlab/estimation/prior_posterior_statistics.m 5 additions, 3 deletionsmatlab/estimation/prior_posterior_statistics.m
- matlab/estimation/set_number_of_subdraws.m 5 additions, 0 deletionsmatlab/estimation/set_number_of_subdraws.m
matlab/estimation/online/isonline.m
0 → 100644