pub fn rmse(a: &[f64], b: &[f64]) -> f64
Root-mean-square difference between two equal-length vectors.