Interface ExponentialDistribution
- All Superinterfaces:
ContinuousDistribution
,Distribution
,HasDensity<Double>
- All Known Implementing Classes:
ExponentialDistributionImpl
The Exponential Distribution.
References:
- Version:
- $Revision: 920852 $ $Date: 2010-03-09 13:53:44 +0100 (mar. 09 mars 2010) $
-
Method Summary
Methods inherited from interface org.apache.commons.math.distribution.ContinuousDistribution
inverseCumulativeProbability
Methods 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:
density
in interfaceHasDensity<Double>
- Parameters:
x
- The point at which the density should be computed.- Returns:
- The pdf at point x.
-