|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.agmodel.bioinfo.stat.NormalDist
Constructor Summary | |
NormalDist()
|
Method Summary | |
static double |
getLowerProb(double z)
Calculate lower probability for normal distribution |
static double |
getUpperProb(double z)
Calculate upper probability for normal distribution |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NormalDist()
Method Detail |
public static double getLowerProb(double z)
z
- z value
public static double getUpperProb(double z)
z
- z value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |