[][src]Function simple_ml::best_fit_line

pub fn best_fit_line(x: &Vec<f64>, y: &Vec<f64>) -> (f64, f64)