Class MultivariateNormalMixtureExpectationMaximization

java.lang.Object
org.apache.commons.math4.distribution.fitting.MultivariateNormalMixtureExpectationMaximization

public class MultivariateNormalMixtureExpectationMaximization
extends java.lang.Object
Expectation-Maximization algorithm for fitting the parameters of multivariate normal mixture model distributions. This implementation is pure original code based on EM Demystified: An Expectation-Maximization Tutorial by Yihua Chen and Maya R. Gupta, Department of Electrical Engineering, University of Washington, Seattle, WA 98195. It was verified using external tools like CRAN Mixtools (see the JUnit test cases) but it is not based on Mixtools code at all. The discussion of the origin of this class can be seen in the comments of the MATH-817 JIRA issue.
Since:
3.2