BloombergLP::bdlsta::LineFit::add

Add the specified (xValue, yValue) point to the data set.

Synopsis

Declared in <bdlsta_linefit.h>

void
add(
    double xValue,
    double yValue);

Parameters

NameDescription
xValueindependent-variable (X) coordinate of the point
yValuedependent-variable (Y) coordinate of the point