Function compute::statistics::mean[][src]

pub fn mean(data: &[f64]) -> f64
Expand description

Calculates the mean of an array of data points.