Function solve_ols

Source
fn solve_ols(x: &[Vec<f64>], y: &[f64], p: usize) -> Vec<f64>
Expand description

Solve OLS via normal equations with regularization.