From 22ef0b1413704cd2dba1f6796db7a055eccfd273 Mon Sep 17 00:00:00 2001 From: Marco Ratto <marco.ratto@ec.europa.eu> Date: Thu, 29 Oct 2020 17:57:17 +0100 Subject: [PATCH] get statistics also when load_mh_file --- matlab/GetPosteriorParametersStatistics.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/GetPosteriorParametersStatistics.m b/matlab/GetPosteriorParametersStatistics.m index 6be075ad0e..b32d7056e5 100644 --- a/matlab/GetPosteriorParametersStatistics.m +++ b/matlab/GetPosteriorParametersStatistics.m @@ -96,7 +96,7 @@ if np disp(tit2) ip = nvx+nvn+ncx+ncn+1; for i=1:np - if options_.mh_replic + if options_.mh_replic || options_.load_mh_file Draws = GetAllPosteriorDraws(ip, FirstMhFile, FirstLine, TotalNumberOfMhFiles, NumberOfDraws); [post_mean, post_median, post_var, hpd_interval, post_deciles, density] = posterior_moments(Draws, 1, options_.mh_conf_sig); name = bayestopt_.name{ip}; -- GitLab