From fb14d24036d7942b313a980949f00714fe17bcf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Karaba=29?= Date: Thu, 16 Oct 2014 15:27:40 +0200 Subject: [PATCH] Do not truncate the plotted prior densities with the truncation parameters used for optimization (second and third positional arguments after the name of the estimated parameter in the estimated_params block). --- matlab/draw_prior_density.m | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/matlab/draw_prior_density.m b/matlab/draw_prior_density.m index 1d364eecf..0f7b70450 100644 --- a/matlab/draw_prior_density.m +++ b/matlab/draw_prior_density.m @@ -114,6 +114,4 @@ end binf = abscissa(1); bsup = abscissa(end); x = abscissa; -f = dens; -f(find(xbayestopt_.ub(indx)))=0; +f = dens; \ No newline at end of file