@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.
|
Modifier and Type | Method and Description |
---|---|
double |
getWeight()
Deprecated.
Get the weight of the measurement in the fitting process.
|
double |
getX()
Deprecated.
Get the abscissa of the point.
|
double |
getY()
Deprecated.
Get the observed value of the function at x.
|
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()
Jas4pp 1.5 © Java Analysis Studio for Particle Physics