Uses of Package
org.apache.commons.math.estimation

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

Classes in org.apache.commons.math.estimation used by org.apache.commons.math.estimation
AbstractEstimator
          Base class for implementing estimators.
EstimatedParameter
          This class represents the estimated parameters of an estimation problem.
EstimationException
          This class represents exceptions thrown by the estimation solvers.
EstimationProblem
          This interface represents an estimation problem.
Estimator
          This interface represents solvers for estimation problems.
WeightedMeasurement
          This class represents measurements in estimation problems.