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

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

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

Classes in org.apache.commons.math.estimation that implement Estimator
 class AbstractEstimator
          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 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-2010 Apache Software Foundation. All Rights Reserved.