From 638ec1779e3a1d4519d9dbdae45f19675c6081f5 Mon Sep 17 00:00:00 2001 From: michel Date: Thu, 21 Sep 2006 19:47:36 +0000 Subject: [PATCH] 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 --- matlab/initial_estimation_checks.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/initial_estimation_checks.m b/matlab/initial_estimation_checks.m index 64e33ffd7..2db334c93 100644 --- a/matlab/initial_estimation_checks.m +++ b/matlab/initial_estimation_checks.m @@ -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)]);