Uses of Class
org.apache.commons.math.estimation.EstimatedParameter
Packages that use EstimatedParameter
Package
Description
This package provided classes to solve estimation problems, it is deprecated since 2.0.
-
Uses of EstimatedParameter in org.apache.commons.math.estimation
Fields in org.apache.commons.math.estimation declared as EstimatedParameterModifier and TypeFieldDescriptionprotected EstimatedParameter[]
AbstractEstimator.parameters
Deprecated.Array of parameters.Methods in org.apache.commons.math.estimation that return EstimatedParameterModifier and TypeMethodDescriptionEstimationProblem.getAllParameters()
Deprecated.Get all the parameters of the problem.SimpleEstimationProblem.getAllParameters()
Deprecated.Get all the parameters of the problem.EstimationProblem.getUnboundParameters()
Deprecated.Get the unbound parameters of the problem.SimpleEstimationProblem.getUnboundParameters()
Deprecated.Get the unbound parameters of the problem.Methods in org.apache.commons.math.estimation with parameters of type EstimatedParameterModifier and TypeMethodDescriptionprotected void
SimpleEstimationProblem.addParameter
(EstimatedParameter p) Deprecated.Add a parameter to the problem.abstract double
WeightedMeasurement.getPartial
(EstimatedParameter parameter) Deprecated.Get the partial derivative of thetheoretical value
according to the parameter.Constructors in org.apache.commons.math.estimation with parameters of type EstimatedParameterModifierConstructorDescriptionEstimatedParameter
(EstimatedParameter parameter) Deprecated.Copy constructor.