Package pal.statistics
Class ChiSquareTest
- java.lang.Object
-
- pal.statistics.ChiSquareTest
-
public class ChiSquareTest extends java.lang.Object
chi-square test- Version:
- $Id: ChiSquareTest.java,v 1.2 2001/07/13 14:39:13 korbinian Exp $
- Author:
- Korbinian Strimmer
-
-
Constructor Summary
Constructors Constructor Description ChiSquareTest()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double
compare(double[] ef, int[] of)
chi square test
-