marginal_density.m: Rely on already computed inverse of SIGMA

time-shift
Johannes Pfeifer 2015-07-23 18:18:31 +02:00
parent 4202dff6c9
commit 5d775d3d76
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ save([M_.fname '_mean.mat'],'xparam1','hh','SIGMA');
fprintf('Estimation::marginal density: I''m computing the posterior log marginal density (modified harmonic mean)... ');
logdetSIGMA = log(det(SIGMA));
invSIGMA = inv(SIGMA);
invSIGMA = hh;
marginal = zeros(9,2);
linee = 0;
check_coverage = 1;