@Deprecated
public interface EstimationProblem
This interface should be implemented by all real estimation
problems before they can be handled by the estimators through the
Estimator.estimate
method.
An estimation problem, as seen by a solver is a set of
parameters and a set of measurements. The parameters are adjusted
during the estimation through the getUnboundParameters
and EstimatedParameter.setEstimate
methods. The measurements both have
a measured value which is generally fixed at construction and a
theoretical value which depends on the model and hence varies as
the parameters are adjusted. The purpose of the solver is to reduce
the residual between these values, it can retrieve the measurements
through the getMeasurements
method.
Estimator
,
WeightedMeasurement
Modifier and Type | Method and Description |
---|---|
EstimatedParameter[] |
getAllParameters()
Deprecated.
Get all the parameters of the problem.
|
WeightedMeasurement[] |
getMeasurements()
Deprecated.
Get the measurements of an estimation problem.
|
EstimatedParameter[] |
getUnboundParameters()
Deprecated.
Get the unbound parameters of the problem.
|
WeightedMeasurement[] getMeasurements()
EstimatedParameter[] getUnboundParameters()
EstimatedParameter[] getAllParameters()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"