Uses of Interface
org.apache.commons.math.distribution.ExponentialDistribution
-
Packages that use ExponentialDistribution Package Description org.apache.commons.math.distribution Implementations of common discrete and continuous distributions. -
-
Uses of ExponentialDistribution in org.apache.commons.math.distribution
Classes in org.apache.commons.math.distribution that implement ExponentialDistribution Modifier and Type Class Description class
ExponentialDistributionImpl
The default implementation ofExponentialDistribution
.
-