H.transpose().times(postStateSample)));
final MultivariateGaussian postPsi = predState.getPsiSS().clone();
postPsi.setMean(postPsiMean);
postPsi.setCovariance(postAInv);
final double sigma2Smpl = sigma2SS.sample(this.rng);
final GaussianArHpWfParticle postState =
new GaussianArHpWfParticle(kf, predState.getObservation(),
posteriorState, postStateSample,
sigma2SS, postPsi,
sigma2Smpl, predState.getPsiSample());