|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An interface that describes objects that can produce probabilities according to some distribution.
Copyright (c) 2004 Columbia University
| Method Summary | |
double |
probability(double value)
Return the probability associated with a certain value.The upper tail of the associated distribution is returned. |
double |
probability(double value,
boolean upperTail)
Return the probability associated with a certain value, with choice of tail. |
| Method Detail |
public double probability(double value)
value -
public double probability(double value,
boolean upperTail)
value - upperTail -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||