public class WeightedObservedPoint extends Object implements Serializable
curve fitting
.
Instances of this class are guaranteed to be immutable.
Constructor and Description |
---|
WeightedObservedPoint(double weightIn,
double xIn,
double yIn)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
getWeight()
Gets the weight of the measurement in the fitting process.
|
double |
getX()
Gets the abscissa of the point.
|
double |
getY()
Gets the observed value of the function at x.
|
public WeightedObservedPoint(double weightIn, double xIn, double yIn)
weightIn
- Weight of the measurement in the fitting process.xIn
- Abscissa of the measurement.yIn
- Ordinate of the measurement.public double getWeight()
public double getX()
public double getY()
Copyright © 2019 CNES. All Rights Reserved.