pub fn slice_mean(data: &[f64]) -> Option<f64>
Compute the arithmetic mean of a slice.
Returns None if the slice is empty.
None