edu.northwestern.at.utils.math.statistics
Class OneWayTable

java.lang.Object
  extended by edu.northwestern.at.utils.math.statistics.OneWayTable

public class OneWayTable
extends java.lang.Object

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

OneWayTable

protected OneWayTable()
Don't allow instantiation but do allow overrides.

Method Detail

pearsonChiSquare

public static double[] pearsonChiSquare(double[] counts)

logLikelihoodChiSquare

public static double[] logLikelihoodChiSquare(double[] counts)