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

Convenience-method for power using OlsEstimator.