@Deprecated 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)Deprecated.  Simple constructor. | 
public WeightedObservedPoint(double weight,
                     double x,
                     double y)
weight - weight of the measurement in the fitting processx - abscissa of the measurementy - ordinate of the measurementpublic double getWeight()
public double getX()
public double getY()
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.