Add the specified (xValue, yValue) point to the data set.
Declared in <bdlsta_linefit.h>
void
add(
double xValue,
double yValue);
| Name | Description |
|---|---|
| xValue | independent-variable (X) coordinate of the point |
| yValue | dependent-variable (Y) coordinate of the point |