v3+v4: corrected display of initial value of log posterior

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@926 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
michel 2006-09-21 19:47:36 +00:00
parent 6c98c92782
commit 638ec1779e
1 changed files with 1 additions and 1 deletions

View File

@ -31,4 +31,4 @@ if info(1) > 0
print_info(info)
end
disp(['Initial value of the posterior (or likelihood): ' num2str(fval)]);
disp(['Initial value of the log posterior (or likelihood): ' num2str(-fval)]);