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