|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.commons.math3.optimization.fitting.WeightedObservedPoint
@Deprecated public class WeightedObservedPoint
This class is a simple container for weighted observed point in
curve fitting.
Instances of this class are guaranteed to be immutable.
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
WeightedObservedPoint(double weight,
double x,
double y)
Deprecated. Simple constructor. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
private final double weight
private final double x
private final double y
| Constructor Detail |
|---|
public WeightedObservedPoint(double weight,
double x,
double y)
weight - weight of the measurement in the fitting processx - abscissa of the measurementy - ordinate of the measurement| Method Detail |
|---|
public double getWeight()
public double getX()
public double getY()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||