LRFunction
Function Usage
Calculates the vertical coordinate of the x-axis value based on the slope and intercept after linear fitting.
Prototype
double LRFunction(const float &x) const;
Parameter Description
Parameter |
Input/Output |
Description |
|---|---|---|
x |
Input |
Horizontal coordinate value |
Parent topic: LineRegressionFit