Package | Description |
---|---|
org.apache.commons.math.estimation |
This package provided classes to solve estimation problems, it is deprecated since 2.0.
|
Modifier and Type | Field and Description |
---|---|
protected EstimatedParameter[] |
AbstractEstimator.parameters
Deprecated.
Array of parameters.
|
Modifier and Type | Method and Description |
---|---|
EstimatedParameter[] |
EstimationProblem.getAllParameters()
Deprecated.
Get all the parameters of the problem.
|
EstimatedParameter[] |
SimpleEstimationProblem.getAllParameters()
Deprecated.
Get all the parameters of the problem.
|
EstimatedParameter[] |
EstimationProblem.getUnboundParameters()
Deprecated.
Get the unbound parameters of the problem.
|
EstimatedParameter[] |
SimpleEstimationProblem.getUnboundParameters()
Deprecated.
Get the unbound parameters of the problem.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SimpleEstimationProblem.addParameter(EstimatedParameter p)
Deprecated.
Add a parameter to the problem.
|
abstract double |
WeightedMeasurement.getPartial(EstimatedParameter parameter)
Deprecated.
Get the partial derivative of the
theoretical value according to the parameter. |
Constructor and Description |
---|
EstimatedParameter(EstimatedParameter parameter)
Deprecated.
Copy constructor.
|
Copyright © 2003–2019. All rights reserved.