Clarify that output of mode_check.m is minus likelihood/posterior

time-shift
Johannes Pfeifer 2015-05-11 17:39:26 +02:00
parent 3171e87448
commit 3c3b255025
1 changed files with 1 additions and 1 deletions

View File

@ -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<eps
disp(sprintf('Most negative variance %f for parameter %d (%s = %f)', s_min, k , BayesInfo.name{k}, x(k)))