Merge pull request #936 from JohannesPfeifer/cosmetics

Two cosmetic fixes
time-shift
Houtan Bastani 2015-05-11 18:03:41 +02:00
commit 8c480aea3d
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ disp('POLICY AND TRANSITION FUNCTIONS')
% variable names
str = char(32*ones(1,var_name_width));
for i=1:nvar
str = [str sprintf(header_label_format,M_.endo_names(k1(ivar(i)),:))];
str = [str sprintf(header_label_format,deblank(M_.endo_names(k1(ivar(i)),:)))];
end
disp(str);
%

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