Uses of Class
org.apache.commons.math.estimation.EstimatedParameter

Packages that use EstimatedParameter
org.apache.commons.math.estimation This package provides classes to solve estimation problems. 
 

Uses of EstimatedParameter in org.apache.commons.math.estimation
 

Fields in org.apache.commons.math.estimation declared as EstimatedParameter
protected  EstimatedParameter[] AbstractEstimator.parameters
          Array of parameters.
 

Methods in org.apache.commons.math.estimation that return EstimatedParameter
 EstimatedParameter[] SimpleEstimationProblem.getAllParameters()
          Get all the parameters of the problem.
 EstimatedParameter[] EstimationProblem.getAllParameters()
          Get all the parameters of the problem.
 EstimatedParameter[] SimpleEstimationProblem.getUnboundParameters()
          Get the unbound parameters of the problem.
 EstimatedParameter[] EstimationProblem.getUnboundParameters()
          Get the unbound parameters of the problem.
 

Methods in org.apache.commons.math.estimation with parameters of type EstimatedParameter
protected  void SimpleEstimationProblem.addParameter(EstimatedParameter p)
          Add a parameter to the problem.
abstract  double WeightedMeasurement.getPartial(EstimatedParameter parameter)
          Get the partial derivative of the theoretical value according to the parameter.
 

Constructors in org.apache.commons.math.estimation with parameters of type EstimatedParameter
EstimatedParameter(EstimatedParameter parameter)
          Copy constructor.