org.apache.commons.math.stat.regression
Class SimpleRegressionTest

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

public final class SimpleRegressionTest
extends junit.framework.TestCase

Test cases for the TestStatistic class.

Version:
$Revision: 764749 $ $Date: 2009-04-14 07:51:40 -0400 (Tue, 14 Apr 2009) $

Constructor Summary
SimpleRegressionTest(String name)
           
 
Method Summary
static junit.framework.Test suite()
           
 void testClear()
           
 void testCorr()
           
 void testInference()
           
 void testNaNs()
           
 void testNorris()
           
 void testPerfect()
           
 void testPerfectNegative()
           
 void testRandom()
           
 void testRemoveMultiple()
           
 void testRemoveMultiplePastEmpty()
           
 void testRemoveMultipleToEmpty()
           
 void testRemoveObsFromEmpty()
           
 void testRemoveObsFromSingle()
           
 void testRemoveSingle()
           
 void testRemoveXY()
           
 void testSSENonNegative()
           
 
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

SimpleRegressionTest

public SimpleRegressionTest(String name)
Method Detail

suite

public static junit.framework.Test suite()

testNorris

public void testNorris()

testCorr

public void testCorr()

testNaNs

public void testNaNs()

testClear

public void testClear()

testInference

public void testInference()
                   throws Exception
Throws:
Exception

testPerfect

public void testPerfect()
                 throws Exception
Throws:
Exception

testPerfectNegative

public void testPerfectNegative()
                         throws Exception
Throws:
Exception

testRandom

public void testRandom()
                throws Exception
Throws:
Exception

testSSENonNegative

public void testSSENonNegative()

testRemoveXY

public void testRemoveXY()
                  throws Exception
Throws:
Exception

testRemoveSingle

public void testRemoveSingle()
                      throws Exception
Throws:
Exception

testRemoveMultiple

public void testRemoveMultiple()
                        throws Exception
Throws:
Exception

testRemoveObsFromEmpty

public void testRemoveObsFromEmpty()

testRemoveObsFromSingle

public void testRemoveObsFromSingle()

testRemoveMultipleToEmpty

public void testRemoveMultipleToEmpty()

testRemoveMultiplePastEmpty

public void testRemoveMultiplePastEmpty()


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