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

Packages that use WeightedMeasurement
org.apache.commons.math.estimation This package provided classes to solve estimation problems, it is deprecated since 2.0. 
 

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

Fields in org.apache.commons.math.estimation declared as WeightedMeasurement
protected  WeightedMeasurement[] AbstractEstimator.measurements
          Deprecated. Array of measurements.
 

Methods in org.apache.commons.math.estimation that return WeightedMeasurement
 WeightedMeasurement[] EstimationProblem.getMeasurements()
          Deprecated. Get the measurements of an estimation problem.
 WeightedMeasurement[] SimpleEstimationProblem.getMeasurements()
          Deprecated. Get the measurements of an estimation problem.
 

Methods in org.apache.commons.math.estimation with parameters of type WeightedMeasurement
protected  void SimpleEstimationProblem.addMeasurement(WeightedMeasurement m)
          Deprecated. Add a new measurement to the set.
 



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