Parameters of regression line. More...
#include <mathkit.hpp>
Public Attributes | |
double | slope |
The slope of regression line. | |
double | intercept |
The intercept of regression line on y axis. | |
double | det_coef |
The coefficient of determination. | |
double | variance |
The estimated variance (SSE/(n - 2)). | |
Parameters of regression line.
Definition at line 101 of file mathkit.hpp.