gmhmaxlik.m: show mode value in addition to change in mode

time-shift
Johannes Pfeifer 2021-05-03 20:33:21 +02:00
parent 6fe97182da
commit 9a4bbfef09
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ for i=1:gmhmaxlikOptions.iterations
printline(58,'=')
disp([' Change in the posterior covariance matrix = ' num2str(dVariance) '.'])
disp([' Change in the posterior mean = ' num2str(dMean) '.'])
disp([' Current mode = ' num2str(ModeValue)])
disp([' Mode improvement = ' num2str(abs(OldModeValue-ModeValue))])
disp([' New value of jscale = ' num2str(Scale)])
printline(58,'=')