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

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

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

Classes in org.apache.commons.math.estimation that implement EstimationProblem
 class 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
 

Methods in org.apache.commons.math.estimation with parameters of type EstimationProblem
abstract  void AbstractEstimator.estimate(EstimationProblem problem)
          Deprecated. Solve an estimation problem.
 void Estimator.estimate(EstimationProblem problem)
          Deprecated. Solve an estimation problem.
 void LevenbergMarquardtEstimator.estimate(EstimationProblem problem)
          Deprecated. Solve an estimation problem using the Levenberg-Marquardt algorithm.
 void GaussNewtonEstimator.estimate(EstimationProblem problem)
          Deprecated. Solve an estimation problem using a least squares criterion.
 double AbstractEstimator.getChiSquare(EstimationProblem problem)
          Deprecated. Get the Chi-Square value.
 double[][] AbstractEstimator.getCovariances(EstimationProblem problem)
          Deprecated. Get the covariance matrix of unbound estimated parameters.
 double[][] Estimator.getCovariances(EstimationProblem problem)
          Deprecated. Get the covariance matrix of estimated parameters.
 double AbstractEstimator.getRMS(EstimationProblem problem)
          Deprecated. Get the Root Mean Square value.
 double Estimator.getRMS(EstimationProblem problem)
          Deprecated. Get the Root Mean Square value.
 double[] AbstractEstimator.guessParametersErrors(EstimationProblem problem)
          Deprecated. Guess the errors in unbound estimated parameters.
 double[] Estimator.guessParametersErrors(EstimationProblem problem)
          Deprecated. Guess the errors in estimated parameters.
protected  void AbstractEstimator.initializeEstimate(EstimationProblem problem)
          Deprecated. Initialization of the common parts of the estimation.
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.