Uses of Interface
org.apache.commons.math.distribution.NormalDistribution
-
Packages that use NormalDistribution Package Description org.apache.commons.math.distribution 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 NormalDistribution Modifier and Type Class Description class
NormalDistributionImpl
Default implementation ofNormalDistribution
.Methods in org.apache.commons.math.distribution with parameters of type NormalDistribution Modifier and Type Method Description void
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 NormalDistribution Constructor Description PoissonDistributionImpl(double p, NormalDistribution z)
Deprecated.as of 2.1 (to avoid possibly inconsistent state, the "NormalDistribution" will be instantiated internally)
-