|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.agmodel.bioinfo.stat.ChiSquareDist
Constructor Summary | |
ChiSquareDist()
|
Method Summary | |
static double |
getLowerProb(int df,
double chi2)
Calculate lower probability |
static double |
getUpperProb(int df,
double chi2)
Calculate upper probability |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ChiSquareDist()
Method Detail |
public static double getUpperProb(int df, double chi2)
df
- Degree of freedomchi2
- Chi-square value
public static double getLowerProb(int df, double chi2)
df
- Degreee of freedomchi2
- Chi-square value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |