|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExponentialDistribution
The Exponential Distribution.
References:
Method Summary | |
---|---|
double |
density(Double x)
Return the probability density for a particular point. |
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 |
---|
void setMean(double mean)
mean
- the new mean.double getMean()
double density(Double x)
density
in interface HasDensity<Double>
x
- The point at which the density should be computed.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |