|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.agmodel.bioinfo.stat.GOFChiSqrTest
Constructor Summary | |
GOFChiSqrTest(int[] n_obs,
double[] n_exp)
Constructor |
Method Summary | |
double |
getChiSqr()
Get chi-square value |
double |
getP()
Get probability under null hypothesis, |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GOFChiSqrTest(int[] n_obs, double[] n_exp)
n_obs
- Observed number for each classn_exp
- Expected number for each classMethod Detail |
public double getP()
public double getChiSqr()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |