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

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.math.stat.inference.TTestTest
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
TTestFactoryTest

public class TTestTest
extends junit.framework.TestCase

Test cases for the TTestImpl class.

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

Field Summary
protected  org.apache.commons.math.stat.inference.TTest testStatistic
           
 
Constructor Summary
TTestTest(String name)
           
 
Method Summary
 void setUp()
           
static junit.framework.Test suite()
           
 void testOneSampleT()
           
 void testOneSampleTTest()
           
 void testPaired()
           
 void testSmallSamples()
           
 void testTwoSampleTHeterscedastic()
           
 void testTwoSampleTHomoscedastic()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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
 

Field Detail

testStatistic

protected org.apache.commons.math.stat.inference.TTest testStatistic
Constructor Detail

TTestTest

public TTestTest(String name)
Method Detail

setUp

public void setUp()
Overrides:
setUp in class junit.framework.TestCase

suite

public static junit.framework.Test suite()

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


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