Skip to main content

spearman

Function spearman 

Source
pub fn spearman(x: &[f64], y: &[f64]) -> Result<f64, StatsError>
Expand description

Spearman rank correlation — Pearson correlation of the ranks.