pub fn mean_with_error(data: &[f64]) -> [f64; 2]
Expand description

compute the mean the statistical error on this value a slice.

The statistical error is defined by sqrt(variance / len).