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).
time-shift
Stéphane Adjemian (Karaba) 2014-10-16 15:27:40 +02:00
parent 2d61c39276
commit fb14d24036
1 changed files with 1 additions and 3 deletions

View File

@ -114,6 +114,4 @@ end
binf = abscissa(1);
bsup = abscissa(end);
x = abscissa;
f = dens;
f(find(x<bayestopt_.lb(indx)))=0;
f(find(x>bayestopt_.ub(indx)))=0;
f = dens;