pub fn variance<I, T>(x: I) -> f64where
I: IntoIterator<Item = T>,
T: ToPrimitive,Expand description
Compute the variance of a stream in constant space.
pub fn variance<I, T>(x: I) -> f64where
I: IntoIterator<Item = T>,
T: ToPrimitive,Compute the variance of a stream in constant space.