pub struct LogisticCoefficients { pub x0: f64, pub l: f64, pub k: f64, }
regression
The coefficients of a logistic function.
x0: