pub fn linear_regression(w: &Array1<f64>, x: &Array1<f64>) -> f64
Expand description

linear prevision with w as coeff and x observations