std_dev::regression

Function best_fit_ols

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

Convenience function for best_fit using OlsEstimator.