org.apache.commons.math3.optimization.general
Class AbstractLeastSquaresOptimizerTest

java.lang.Object
  extended by org.apache.commons.math3.optimization.general.AbstractLeastSquaresOptimizerTest

public class AbstractLeastSquaresOptimizerTest
extends Object


Constructor Summary
AbstractLeastSquaresOptimizerTest()
           
 
Method Summary
static AbstractLeastSquaresOptimizer createOptimizer()
           
 void testComputeSigma()
           
 void testGetChiSquare()
           
 void testGetRMS()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractLeastSquaresOptimizerTest

public AbstractLeastSquaresOptimizerTest()
Method Detail

createOptimizer

public static AbstractLeastSquaresOptimizer createOptimizer()

testGetChiSquare

public void testGetChiSquare()
                      throws IOException
Throws:
IOException

testGetRMS

public void testGetRMS()
                throws IOException
Throws:
IOException

testComputeSigma

public void testComputeSigma()
                      throws IOException
Throws:
IOException


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