Uses of Class
org.apache.commons.math.estimation.AbstractEstimator
-
Packages that use AbstractEstimator Package Description 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 Modifier and Type Class Description 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.generalclass
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
-