std_dev::regression::derived

Function power_ols

source
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.