|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Exponential Distribution.
Instances of ExponentialDistribution objects should be created using
DistributionFactory.createExponentialDistribution(double)
.
References:
Method Summary | |
double |
getMean()
Access the mean. |
void |
setMean(double mean)
Modify the mean. |
Methods inherited from interface org.apache.commons.math.distribution.ContinuousDistribution |
inverseCumulativeProbability |
Methods inherited from interface org.apache.commons.math.distribution.Distribution |
cumulativeProbability, cumulativeProbability |
Method Detail |
public void setMean(double mean)
mean
- the new mean.public double getMean()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |