|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.apache.commons.math.stat.regression.SimpleRegressionTest
public final class SimpleRegressionTest
Test cases for the TestStatistic class.
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 |
---|
public SimpleRegressionTest(String name)
Method Detail |
---|
public static junit.framework.Test suite()
public void testNorris()
public void testCorr()
public void testNaNs()
public void testClear()
public void testInference() throws Exception
Exception
public void testPerfect() throws Exception
Exception
public void testPerfectNegative() throws Exception
Exception
public void testRandom() throws Exception
Exception
public void testSSENonNegative()
public void testRemoveXY() throws Exception
Exception
public void testRemoveSingle() throws Exception
Exception
public void testRemoveMultiple() throws Exception
Exception
public void testRemoveObsFromEmpty()
public void testRemoveObsFromSingle()
public void testRemoveMultipleToEmpty()
public void testRemoveMultiplePastEmpty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |