Skip to main content

mean_std_err

Function mean_std_err 

Source
pub fn mean_std_err(sum: f64, sum_sq: f64, n: usize) -> (f64, f64)
Expand description

Mean and standard error of the mean from sum and sum_sq of n samples — the reduction shape of a parallel path loop.