|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpal.statistics.ChiSquareTest
public class ChiSquareTest
chi-square test
Constructor Summary | |
---|---|
ChiSquareTest()
|
Method Summary | |
---|---|
static double |
compare(double[] ef,
int[] of)
chi square test |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChiSquareTest()
Method Detail |
---|
public static double compare(double[] ef, int[] of)
ef
- expected frequencies (sum up to 1 !!)of
- observed frequencies (sum up to the number of samples)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |