/*
* Initialize the an empty mixture. The components will be created form the Dirichlet process
* defined above.
*/
final Vector nCountsPrior = VectorFactory.getDenseDefault().copyArray(new double[] {});
final List<MultivariateGaussian> priorComponents = Lists.newArrayList();
/*
* Create and initialize the PL filter
*/