Uses of Class
org.apache.commons.math.estimation.WeightedMeasurement
- 
Packages that use WeightedMeasurement Package Description 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 Modifier and Type Field Description protected WeightedMeasurement[]AbstractEstimator. measurementsDeprecated.Array of measurements.Methods in org.apache.commons.math.estimation that return WeightedMeasurement Modifier and Type Method Description 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 Modifier and Type Method Description protected voidSimpleEstimationProblem. addMeasurement(WeightedMeasurement m)Deprecated.Add a new measurement to the set. 
 -