[#BloombergLP-bdlsta-LineFit-add] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlsta.adoc[bdlsta]::xref:BloombergLP/bdlsta/LineFit.adoc[LineFit]::add :relfileprefix: ../../../ :mrdocs: Add the specified `(xValue, yValue)` point to the data set. == Synopsis Declared in `<bdlsta_linefit.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void add( double xValue, double yValue); ---- == Parameters [cols="1,4"] |=== | Name| Description | *xValue* | independent‐variable (X) coordinate of the point | *yValue* | dependent‐variable (Y) coordinate of the point |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#