Uses of Class
org.apache.commons.math3.distribution.ExponentialDistribution
Packages that use ExponentialDistribution
Package
Description
Implementations of common discrete and continuous distributions.
-
Uses of ExponentialDistribution in org.apache.commons.math3.distribution
Fields in org.apache.commons.math3.distribution declared as ExponentialDistributionModifier and TypeFieldDescriptionprivate final ExponentialDistribution
PoissonDistribution.exponential
Distribution needed for thePoissonDistribution.sample()
method.