pub struct LinearCoefficients { pub k: f64, pub m: f64, }
regression
The coefficients of a line.
k: f64
slope, x coefficient
m: