public class WeightedObservedPoint extends Object implements Serializable
curve fitting.
 Instances of this class are guaranteed to be immutable.
| Constructor and Description | 
|---|
| WeightedObservedPoint(double weight,
                     double x,
                     double y)Simple constructor. | 
public WeightedObservedPoint(double weight,
                     double x,
                     double y)
weight - Weight of the measurement in the fitting process.x - Abscissa of the measurement.y - Ordinate of the measurement.public double getWeight()
public double getX()
public double getY()
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.