|
||||||||||
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.LevenbergMarquardtEstimatorTest
@Deprecated public class LevenbergMarquardtEstimatorTest
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 | |
---|---|
LevenbergMarquardtEstimatorTest(String name)
Deprecated. |
Method Summary | |
---|---|
static junit.framework.Test |
suite()
Deprecated. |
void |
testCircleFitting()
Deprecated. |
void |
testCircleFittingBadInit()
Deprecated. |
void |
testControlParameters()
Deprecated. |
void |
testIllConditioned()
Deprecated. |
void |
testInconsistentEquations()
Deprecated. |
void |
testMath199()
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 LevenbergMarquardtEstimatorTest(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.EstimationException
public void testNonInversible() throws org.apache.commons.math.estimation.EstimationException
org.apache.commons.math.estimation.EstimationException
public void testIllConditioned() throws org.apache.commons.math.estimation.EstimationException
org.apache.commons.math.estimation.EstimationException
public void testMoreEstimatedParametersSimple() throws org.apache.commons.math.estimation.EstimationException
org.apache.commons.math.estimation.EstimationException
public void testMoreEstimatedParametersUnsorted() throws org.apache.commons.math.estimation.EstimationException
org.apache.commons.math.estimation.EstimationException
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 testControlParameters()
public void testCircleFitting() throws org.apache.commons.math.estimation.EstimationException
org.apache.commons.math.estimation.EstimationException
public void testCircleFittingBadInit() throws org.apache.commons.math.estimation.EstimationException
org.apache.commons.math.estimation.EstimationException
public void testMath199()
public static junit.framework.Test suite()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |