Function math::stats::kahan_sigma

source ·
pub fn kahan_sigma<E, I: Iterator<Item = E>, F, Dtype>(
    element_iterator: I,
    op: F
) -> Dtype
where F: Fn(E) -> Dtype, Dtype: Float,