Uses of Class
org.hipparchus.distribution.multivariate.MultivariateNormalDistribution
Package
Description
Implementations of multivariate distributions.
-
Uses of MultivariateNormalDistribution in org.hipparchus.distribution.multivariate
ModifierConstructorDescriptionCreates 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.