|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.northwestern.at.utils.math.statistics.OneWayTable
public class OneWayTable
Statistical analysis of a one-way contingency table.
Constructor Summary | |
---|---|
protected |
OneWayTable()
Don't allow instantiation but do allow overrides. |
Method Summary | |
---|---|
static double[] |
logLikelihoodChiSquare(double[] counts)
|
static double[] |
pearsonChiSquare(double[] counts)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected OneWayTable()
Method Detail |
---|
public static double[] pearsonChiSquare(double[] counts)
public static double[] logLikelihoodChiSquare(double[] counts)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |