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)]);