Uses of Class
org.apache.commons.math.estimation.EstimatedParameter
- 
Packages that use EstimatedParameter Package Description org.apache.commons.math.estimation 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 EstimatedParameter Modifier and Type Field Description protected EstimatedParameter[]AbstractEstimator. parametersDeprecated.Array of parameters.Methods in org.apache.commons.math.estimation that return EstimatedParameter Modifier and Type Method 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.Methods in org.apache.commons.math.estimation with parameters of type EstimatedParameter Modifier and Type Method Description protected voidSimpleEstimationProblem. addParameter(EstimatedParameter p)Deprecated.Add a parameter to the problem.abstract doubleWeightedMeasurement. getPartial(EstimatedParameter parameter)Deprecated.Get the partial derivative of thetheoretical valueaccording to the parameter.Constructors in org.apache.commons.math.estimation with parameters of type EstimatedParameter Constructor Description EstimatedParameter(EstimatedParameter parameter)Deprecated.Copy constructor. 
 -