pub fn exponential_ols(
    predictors: &mut [f64],
    outcomes: &mut [f64]
) -> ExponentialCoefficients
Available on crate features regression and ols only.
Expand description

Convenience-method for exponential using OlsEstimator.