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

Packages that use EstimatedParameter
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
protected  EstimatedParameter[] AbstractEstimator.parameters
          Deprecated. Array of parameters.
 

Methods in org.apache.commons.math.estimation that return EstimatedParameter
 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
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.
 

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



Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.