Skip to main content

pearson

Function pearson 

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

Pearson correlation of two equal-length samples.

ยงErrors