pub fn mean_with_error(data: &[f64]) -> [f64; 2]
compute the mean the statistical error on this value a slice.
The statistical error is defined by sqrt(variance / len).
sqrt(variance / len)