Skip to main content

sse_ols

Function sse_ols 

Source
fn sse_ols(x: &[f64], y: &[f64], n_pts: usize, x_cols: usize) -> f64
Expand description

Sum of squared errors for OLS regression: SSE = ||y - X beta||^2.