@Deprecated
public class WeightedObservedPoint
extends java.lang.Object
implements java.io.Serializable
curve fitting
.
Instances of this class are guaranteed to be immutable.
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Deprecated.
Serializable version id.
|
private double |
weight
Deprecated.
Weight of the measurement in the fitting process.
|
private double |
x
Deprecated.
Abscissa of the point.
|
private double |
y
Deprecated.
Observed value of the function at x.
|
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.
|
private static final long serialVersionUID
private final double weight
private final double x
private final double y
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 (c) 2003-2016 Apache Software Foundation