|
||||||||||
| 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.estimation.GaussNewtonEstimatorTest
@Deprecated public class GaussNewtonEstimatorTest
Some of the unit tests are re-implementations of the MINPACK file17 and file22 test files. The redistribution policy for MINPACK is available here, for convenience, it is reproduced below.
| Minpack Copyright Notice (1999) University of Chicago. All rights reserved |
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
|
| Constructor Summary | |
|---|---|
GaussNewtonEstimatorTest(String name)
Deprecated. |
|
| Method Summary | |
|---|---|
static junit.framework.Test |
suite()
Deprecated. |
void |
testBoundParameters()
Deprecated. |
void |
testCircleFitting()
Deprecated. |
void |
testCircleFittingBadInit()
Deprecated. |
void |
testIllConditioned()
Deprecated. |
void |
testInconsistentEquations()
Deprecated. |
void |
testMaxIterations()
Deprecated. |
void |
testMoreEstimatedParametersSimple()
Deprecated. |
void |
testMoreEstimatedParametersUnsorted()
Deprecated. |
void |
testNoDependency()
Deprecated. |
void |
testNonInversible()
Deprecated. |
void |
testOneSet()
Deprecated. |
void |
testQRColumnsPermutation()
Deprecated. |
void |
testRedundantEquations()
Deprecated. |
void |
testTrivial()
Deprecated. |
void |
testTwoSets()
Deprecated. |
| 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 GaussNewtonEstimatorTest(String name)
| Method Detail |
|---|
public void testTrivial()
throws org.apache.commons.math.estimation.EstimationException
org.apache.commons.math.estimation.EstimationException
public void testQRColumnsPermutation()
throws org.apache.commons.math.estimation.EstimationException
org.apache.commons.math.estimation.EstimationException
public void testNoDependency()
throws org.apache.commons.math.estimation.EstimationException
org.apache.commons.math.estimation.EstimationException
public void testOneSet()
throws org.apache.commons.math.estimation.EstimationException
org.apache.commons.math.estimation.EstimationException
public void testTwoSets()
throws org.apache.commons.math.estimation.EstimationException
org.apache.commons.math.estimation.EstimationExceptionpublic void testNonInversible()
public void testIllConditioned()
throws org.apache.commons.math.estimation.EstimationException
org.apache.commons.math.estimation.EstimationExceptionpublic void testMoreEstimatedParametersSimple()
public void testMoreEstimatedParametersUnsorted()
public void testRedundantEquations()
throws org.apache.commons.math.estimation.EstimationException
org.apache.commons.math.estimation.EstimationException
public void testInconsistentEquations()
throws org.apache.commons.math.estimation.EstimationException
org.apache.commons.math.estimation.EstimationException
public void testBoundParameters()
throws org.apache.commons.math.estimation.EstimationException
org.apache.commons.math.estimation.EstimationExceptionpublic void testMaxIterations()
public void testCircleFitting()
throws org.apache.commons.math.estimation.EstimationException
org.apache.commons.math.estimation.EstimationExceptionpublic void testCircleFittingBadInit()
public static junit.framework.Test suite()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||