|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EstimationProblem | |
---|---|
org.apache.commons.math.estimation | This package provides classes to solve estimation problems. |
Uses of EstimationProblem in org.apache.commons.math.estimation |
---|
Classes in org.apache.commons.math.estimation that implement EstimationProblem | |
---|---|
class |
SimpleEstimationProblem
Simple implementation of the EstimationProblem interface for boilerplate data handling. |
Methods in org.apache.commons.math.estimation with parameters of type EstimationProblem | |
---|---|
void |
Estimator.estimate(EstimationProblem problem)
Solve an estimation problem. |
void |
GaussNewtonEstimator.estimate(EstimationProblem problem)
Solve an estimation problem using a least squares criterion. |
abstract void |
AbstractEstimator.estimate(EstimationProblem problem)
Solve an estimation problem. |
void |
LevenbergMarquardtEstimator.estimate(EstimationProblem problem)
Solve an estimation problem using the Levenberg-Marquardt algorithm. |
double |
AbstractEstimator.getChiSquare(EstimationProblem problem)
Get the Chi-Square value. |
double[][] |
Estimator.getCovariances(EstimationProblem problem)
Get the covariance matrix of estimated parameters. |
double[][] |
AbstractEstimator.getCovariances(EstimationProblem problem)
Get the covariance matrix of estimated parameters. |
double |
Estimator.getRMS(EstimationProblem problem)
Get the Root Mean Square value. |
double |
AbstractEstimator.getRMS(EstimationProblem problem)
Get the Root Mean Square value. |
double[] |
Estimator.guessParametersErrors(EstimationProblem problem)
Guess the errors in estimated parameters. |
double[] |
AbstractEstimator.guessParametersErrors(EstimationProblem problem)
Guess the errors in estimated parameters. |
protected void |
AbstractEstimator.initializeEstimate(EstimationProblem problem)
Initialization of the common parts of the estimation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |