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: 566833 $ $Date: 2007-08-16 13:36:33 -0700 (Thu, 16 Aug 2007) $

Constructor Summary
SimpleRegressionTest(java.lang.String name)
           
 
Method Summary
 void setUp()
           
static junit.framework.Test suite()
           
 void testClear()
           
 void testCorr()
           
 void testInference()
           
 void testNaNs()
           
 void testNorris()
           
 void testPerfect()
           
 void testPerfectNegative()
           
 void testRandom()
           
 void testSSENonNegative()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleRegressionTest

public SimpleRegressionTest(java.lang.String name)
Method Detail

setUp

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

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 java.lang.Exception
Throws:
java.lang.Exception

testPerfect

public void testPerfect()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testPerfectNegative

public void testPerfectNegative()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testRandom

public void testRandom()
                throws java.lang.Exception
Throws:
java.lang.Exception

testSSENonNegative

public void testSSENonNegative()


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