Package org.apache.commons.math.estimation

This package provided classes to solve estimation problems, it is deprecated since 2.0.

See:
          Description

Interface Summary
EstimationProblem 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
Estimator 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 Summary
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
EstimatedParameter 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
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
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
SimpleEstimationProblem 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
WeightedMeasurement 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
 

Exception Summary
EstimationException 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
 

Package org.apache.commons.math.estimation Description

This package provided classes to solve estimation problems, it is deprecated since 2.0.

This package has been deprecated as of 2.0. It is replaced by the optimization.general package.



Copyright (c) 2003-2010 Apache Software Foundation