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