pub fn best_fit_ols(predictors: &[f64], outcomes: &[f64]) -> DynModel
regression
ols
Convenience function for best_fit using OlsEstimator.
best_fit
OlsEstimator