|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EstimationException | |
---|---|
org.apache.commons.math.estimation | This package provided classes to solve estimation problems, it is deprecated since 2.0. |
Uses of EstimationException in org.apache.commons.math.estimation |
---|
Methods in org.apache.commons.math.estimation that throw EstimationException | |
---|---|
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. |
void |
Estimator.estimate(EstimationProblem problem)
Deprecated. Solve an estimation problem. |
abstract void |
AbstractEstimator.estimate(EstimationProblem problem)
Deprecated. Solve an estimation problem. |
double[][] |
Estimator.getCovariances(EstimationProblem problem)
Deprecated. Get the covariance matrix of estimated parameters. |
double[][] |
AbstractEstimator.getCovariances(EstimationProblem problem)
Deprecated. Get the covariance matrix of unbound estimated parameters. |
double[] |
Estimator.guessParametersErrors(EstimationProblem problem)
Deprecated. Guess the errors in estimated parameters. |
double[] |
AbstractEstimator.guessParametersErrors(EstimationProblem problem)
Deprecated. Guess the errors in unbound estimated parameters. |
protected void |
AbstractEstimator.updateResidualsAndCost()
Deprecated. Update the residuals array and cost function value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |