Also display the initial value of the posterior kernel, when internals --display-mh-history command is used.

time-shift
Stéphane Adjemian (Scylla) 2013-11-26 12:37:14 +01:00
parent b8a02d4484
commit 80a853944a
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ if strcmpi(flag,'--load-mh-history') || strcmpi(flag,'--display-mh-history')
disp([' o Number of MCMC files is ' num2str(sum(o.MhDraws(:,2)))]);
disp([' o Number of draws is ' num2str(sum(o.MhDraws(:,1)))]);
disp([' o Acceptance ratio is ' num2str(o.AcceptationRates(b)*100,'%6.2f') '%']);
disp([' o Initial value of the posterior kernel is: ' num2str(oo.InitialLogPost(b),'%10.5f')])
disp([' o Last value of the posterior kernel is: ' num2str(o.LastLogPost(b),'%10.5f')])
disp([' o State of the chain:'])
skipline()