org.apache.commons.math.stat.inference
Class TestUtilsTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.math.stat.inference.TestUtilsTest
All Implemented Interfaces:
junit.framework.Test

public class TestUtilsTest
extends junit.framework.TestCase

Test cases for the TestUtils class.

Version:
$Revision: 762087 $ $Date: 2009-04-05 10:20:18 -0400 (Sun, 05 Apr 2009) $

Constructor Summary
TestUtilsTest(String name)
           
 
Method Summary
static junit.framework.Test suite()
           
 void testChiSquare()
           
 void testChiSquareIndependence()
           
 void testChiSquareLargeTestStatistic()
           
 void testChiSquareZeroCount()
          Contingency table containing zeros - PR # 32531
 void testOneSampleT()
           
 void testOneSampleTTest()
           
 void testOneWayAnovaUtils()
           
 void testPaired()
           
 void testSmallSamples()
           
 void testTwoSampleTHeterscedastic()
           
 void testTwoSampleTHomoscedastic()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestUtilsTest

public TestUtilsTest(String name)
Method Detail

suite

public static junit.framework.Test suite()

testChiSquare

public void testChiSquare()
                   throws Exception
Throws:
Exception

testChiSquareIndependence

public void testChiSquareIndependence()
                               throws Exception
Throws:
Exception

testChiSquareLargeTestStatistic

public void testChiSquareLargeTestStatistic()
                                     throws Exception
Throws:
Exception

testChiSquareZeroCount

public void testChiSquareZeroCount()
                            throws Exception
Contingency table containing zeros - PR # 32531

Throws:
Exception

testOneSampleT

public void testOneSampleT()
                    throws Exception
Throws:
Exception

testOneSampleTTest

public void testOneSampleTTest()
                        throws Exception
Throws:
Exception

testTwoSampleTHeterscedastic

public void testTwoSampleTHeterscedastic()
                                  throws Exception
Throws:
Exception

testTwoSampleTHomoscedastic

public void testTwoSampleTHomoscedastic()
                                 throws Exception
Throws:
Exception

testSmallSamples

public void testSmallSamples()
                      throws Exception
Throws:
Exception

testPaired

public void testPaired()
                throws Exception
Throws:
Exception

testOneWayAnovaUtils

public void testOneWayAnovaUtils()
                          throws Exception
Throws:
Exception


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.