Uses of Class
org.hipparchus.distribution.multivariate.MultivariateNormalDistribution
- 
Packages that use MultivariateNormalDistribution Package Description org.hipparchus.distribution.multivariate Implementations of multivariate distributions. - 
- 
Uses of MultivariateNormalDistribution in org.hipparchus.distribution.multivariate
Constructor parameters in org.hipparchus.distribution.multivariate with type arguments of type MultivariateNormalDistribution Constructor Description MixtureMultivariateNormalDistribution(List<Pair<Double,MultivariateNormalDistribution>> components)Creates a mixture model from a list of distributions and their associated weights.MixtureMultivariateNormalDistribution(RandomGenerator rng, List<Pair<Double,MultivariateNormalDistribution>> components)Creates a mixture model from a list of distributions and their associated weights. 
 -