|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Base interface for various continuous distributions.
Method Summary | |
double |
cummulativeProbability(double x)
For this disbution, X, this method returns P(X < x). |
double |
cummulativeProbability(double x0,
double x1)
For this disbution, X, this method returns P(x0 < X < x1). |
double |
inverseCummulativeProbability(double p)
For this disbution, X, this method returns x such that P(X < x) = p. |
Method Detail |
public double cummulativeProbability(double x) throws MathException
x
- the value at which the CDF is evaluated.
MathException
public double cummulativeProbability(double x0, double x1) throws MathException
x0
- the lower boundx1
- the upper bound
MathException
public double inverseCummulativeProbability(double p) throws MathException
p
- the cummulative probability.
MathException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |