Removed the printed value of indx.

git-svn-id: https://www.dynare.org/svn/dynare/trunk@2568 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
stepan 2009-04-07 22:12:50 +00:00
parent 6cb41e0252
commit 48b4d50f09
1 changed files with 0 additions and 2 deletions

View File

@ -40,8 +40,6 @@ p7 = bayestopt_.p7;
truncprior = 1e-3;
steps = 200;
indx
switch pshape(indx)
case 1% Beta prior
density = @(x,a,b,aa,bb) betapdf((x-aa)/(bb-aa), a, b)/(bb-aa);