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

java.lang.Object
  extended by org.apache.commons.math3.stat.inference.TTestTest

public class TTestTest
extends Object

Test cases for the TTestImpl class.

Version:
$Id: TTestTest.java 1364030 2012-07-21 01:10:04Z erans $

Field Summary
protected  TTest testStatistic
           
 
Constructor Summary
TTestTest()
           
 
Method Summary
 void setUp()
           
 void testOneSampleT()
           
 void testOneSampleTTest()
           
 void testPaired()
           
 void testSmallSamples()
           
 void testTwoSampleTHeterscedastic()
           
 void testTwoSampleTHomoscedastic()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

testStatistic

protected TTest testStatistic
Constructor Detail

TTestTest

public TTestTest()
Method Detail

setUp

public void setUp()

testOneSampleT

public void testOneSampleT()

testOneSampleTTest

public void testOneSampleTTest()

testTwoSampleTHeterscedastic

public void testTwoSampleTHeterscedastic()

testTwoSampleTHomoscedastic

public void testTwoSampleTHomoscedastic()

testSmallSamples

public void testSmallSamples()

testPaired

public void testPaired()


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.