Uses of Interface
org.apache.commons.math.estimation.Estimator

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

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

Classes in org.apache.commons.math.estimation that implement Estimator
 class AbstractEstimator
          Base class for implementing estimators.
 class GaussNewtonEstimator
          This class implements a solver for estimation problems.
 class LevenbergMarquardtEstimator
          This class solves a least squares problem.