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.
|
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 © 2017 CNES. All rights reserved.