Interface ExponentialDistribution
- All Superinterfaces:
ContinuousDistribution,Distribution,HasDensity<Double>
- All Known Implementing Classes:
ExponentialDistributionImpl
The Exponential Distribution.
References:
-
Method Summary
Methods inherited from interface org.apache.commons.math.distribution.ContinuousDistribution
inverseCumulativeProbabilityMethods inherited from interface org.apache.commons.math.distribution.Distribution
cumulativeProbability, cumulativeProbability
-
Method Details
-
setMean
Deprecated.as of v2.1Modify the mean.- Parameters:
mean- the new mean.
-
getMean
double getMean()Access the mean.- Returns:
- the mean.
-
density
Return the probability density for a particular point.- Specified by:
densityin interfaceHasDensity<Double>- Parameters:
x- The point at which the density should be computed.- Returns:
- The pdf at point x.
-