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

Packages that use AbstractEstimator
org.apache.commons.math.estimation This package provides classes to solve estimation problems. 
 

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

Subclasses of AbstractEstimator in org.apache.commons.math.estimation
 class GaussNewtonEstimator
          This class implements a solver for estimation problems.
 class LevenbergMarquardtEstimator
          This class solves a least squares problem.