Function compute::statistics::welford_mean[][src]

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

Calculates the mean of an array of data points using the Welford algorithm.