std_dev::regression::models

Struct LogisticCoefficients

source
pub struct LogisticCoefficients {
    pub x0: f64,
    pub l: f64,
    pub k: f64,
}
Available on crate feature regression only.
Expand description

The coefficients of a logistic function.

Fields§

§x0: