From 3c3b255025fab93f3042534fd5ddaf1fa67f430d Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer Date: Mon, 11 May 2015 17:39:26 +0200 Subject: [PATCH] Clarify that output of mode_check.m is minus likelihood/posterior --- matlab/mode_check.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/mode_check.m b/matlab/mode_check.m index 0f50ca523..39b40c4da 100644 --- a/matlab/mode_check.m +++ b/matlab/mode_check.m @@ -68,7 +68,7 @@ if ~isempty(hessian_mat); skipline() disp('MODE CHECK') skipline() - disp(sprintf('Fval obtained by the minimization routine: %f', fval)) + fprintf('Fval obtained by the minimization routine (minus the posterior/likelihood)): %f', fval); skipline() if s_min