Uses of Class
org.apache.commons.math3.distribution.ExponentialDistribution
-
Packages that use ExponentialDistribution Package Description org.apache.commons.math3.distribution 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 ExponentialDistribution Modifier and Type Field Description private ExponentialDistributionPoissonDistribution. exponentialDistribution needed for thePoissonDistribution.sample()method.
-