Skip to content
Snippets Groups Projects
Commit a5b243b3 authored by adjemian's avatar adjemian
Browse files

Bug correction related to the case where mh_replic=0 and load_mh_file=1 (oo_...

Bug correction related to the case where mh_replic=0 and load_mh_file=1 (oo_ is saved after marginal_density.m and GetPosteriorParametersStatistcs.m)

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1160 ac1d8469-bf42-47a9-8791-bf33cf982152
parent 8de9d8b5
No related branches found
No related tags found
No related merge requests found
......@@ -814,6 +814,9 @@ if (any(bayestopt_.pshape >0 ) & options_.mh_replic) | ...
end
%%
GetPosteriorParametersStatistics;
%% Results are saved (in case of an anormal exit from dynare or matlab)...
save([fname_ 'results'],oo_);
%%
PlotPosteriorDistributions;
metropolis_draw(1);
if options_.bayesian_irf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment