|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectbaseCode.math.distribution.NormalProbabilityComputer
Copyright (c) 2004 Columbia University
| Constructor Summary | |
NormalProbabilityComputer(double variance,
double mean)
|
|
| 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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NormalProbabilityComputer(double variance,
double mean)
variance - mean - | Method Detail |
public double probability(double value)
ProbabilityComputer
probability in interface ProbabilityComputervalue -
public double probability(double value,
boolean upperTail)
ProbabilityComputer
probability in interface ProbabilityComputervalue - upperTail -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||