public interface MultivariateExponentialFamily
ExponentialFamilyMixture
Modifier and Type | Method and Description |
---|---|
MultivariateMixture.Component |
M(double[][] x,
double[] posteriori)
The M step in the EM algorithm, which depends the specific distribution.
|
MultivariateMixture.Component M(double[][] x, double[] posteriori)
x
- the input data for estimationposteriori
- the posteriori probability.