pub fn spearman(x: &[f64], y: &[f64]) -> Result<f64, StatsError>
Spearman rank correlation — Pearson correlation of the ranks.