Uses of Class
smile.stat.distribution.Mixture.Component
-
Packages that use Mixture.Component Package Description smile.stat.distribution -
-
Uses of Mixture.Component in smile.stat.distribution
Methods in smile.stat.distribution that return Mixture.Component Modifier and Type Method Description Mixture.Component
ExponentialFamily. M(double[] x, double[] posteriori)
The M step in the EM algorithm, which depends the specific distribution.Mixture.Component
GaussianDistribution. M(double[] x, double[] posteriori)
Methods in smile.stat.distribution that return types with arguments of type Mixture.Component Modifier and Type Method Description java.util.List<Mixture.Component>
Mixture. getComponents()
Returns the list of components in the mixture.Constructor parameters in smile.stat.distribution with type arguments of type Mixture.Component Constructor Description Mixture(java.util.List<Mixture.Component> mixture)
Constructor.
-