pub fn spearman(xs: &[f64], ys: &[f64]) -> Option<f64>
Spearman rank correlation between two paired samples (average ranks for ties). Returns None below 3 pairs — a correlation of two points is noise dressed up as a number.