pub struct PowerCoefficients {
pub k: f64,
pub e: f64,
pub predictor_additive: f64,
pub outcome_additive: f64,
}
Available on crate feature
regression
only.Expand description
The coefficients of a power (also called growth) function (kx^e
).