Uses of Class
org.apache.commons.math.estimation.AbstractEstimator

Packages that use AbstractEstimator
org.apache.commons.math.estimation This package provided classes to solve estimation problems, it is deprecated since 2.0. 
 

Uses of AbstractEstimator in org.apache.commons.math.estimation
 

Subclasses of AbstractEstimator in org.apache.commons.math.estimation
 class GaussNewtonEstimator
          Deprecated. as of 2.0, everything in package org.apache.commons.math.estimation has been deprecated and replaced by package org.apache.commons.math.optimization.general
 class LevenbergMarquardtEstimator
          Deprecated. as of 2.0, everything in package org.apache.commons.math.estimation has been deprecated and replaced by package org.apache.commons.math.optimization.general
 



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