|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Base interface for continuous distributions.
Method Summary | |
double |
inverseCumulativeProbability(double p)
For this disbution, X, this method returns x such that P(X < x) = p. |
Methods inherited from interface org.apache.commons.math.distribution.Distribution |
cumulativeProbability, cumulativeProbability |
Method Detail |
public double inverseCumulativeProbability(double p) throws MathException
p
- the cumulative probability.
MathException
- if the inverse cumulative probability can not be
computed due to convergence or other numerical errors.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |