| Package | Description | 
|---|---|
| org.apache.commons.math3.distribution | Implementations of common discrete and continuous distributions. | 
| Constructor and 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. | 
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.