Uses of Interface
org.apache.commons.math.distribution.NormalDistribution
Packages that use NormalDistribution
Package
Description
Implementations of common discrete and continuous distributions.
-
Uses of NormalDistribution in org.apache.commons.math.distribution
Classes in org.apache.commons.math.distribution that implement NormalDistributionMethods in org.apache.commons.math.distribution with parameters of type NormalDistributionModifier and TypeMethodDescriptionvoid
PoissonDistributionImpl.setNormal
(NormalDistribution value) Deprecated.as of 2.1 (class will become immutable in 3.0)Constructors in org.apache.commons.math.distribution with parameters of type NormalDistributionModifierConstructorDescriptionPoissonDistributionImpl
(double p, NormalDistribution z) Deprecated.as of 2.1 (to avoid possibly inconsistent state, the "NormalDistribution" will be instantiated internally)