Skip to main content

mean

Function mean 

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

Returns the arithmetic mean of data. Returns 0.0 for an empty slice.