public class WeightedObservedPoint
extends java.lang.Object
implements java.io.Serializable
curve fitting
.
Instances of this class are guaranteed to be immutable.
Constructor and Description |
---|
WeightedObservedPoint(double weight,
double x,
double y)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
getWeight()
Get the weight of the measurement in the fitting process.
|
double |
getX()
Get the abscissa of the point.
|
double |
getY()
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()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"