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

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

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

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

Methods in org.apache.commons.math.estimation that return WeightedMeasurement
 WeightedMeasurement[] SimpleEstimationProblem.getMeasurements()
          Get the measurements of an estimation problem.
 WeightedMeasurement[] EstimationProblem.getMeasurements()
          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)
          Add a new measurement to the set.