pub const fn spearmanr(
_x: &ArrayView1<'_, f64>,
_y: &ArrayView1<'_, f64>,
_alternative: &str,
) -> Result<(f64, f64), String>Expand description
Fallback Spearman correlation calculation
pub const fn spearmanr(
_x: &ArrayView1<'_, f64>,
_y: &ArrayView1<'_, f64>,
_alternative: &str,
) -> Result<(f64, f64), String>Fallback Spearman correlation calculation