Skip to main content

mean

Function mean 

Source
pub fn mean(values: &[f64]) -> Option<f64>
Expand description

Arithmetic mean. None if empty.