pub fn variance<I>(it: I) -> f64where I: Iterator, <I as Iterator>::Item: ToPrimitive,
Compute the variance of a stream in constant space.