stats

Function variance

Source
pub fn variance<I>(it: I) -> f64
where I: Iterator, <I as Iterator>::Item: ToPrimitive,
Expand description

Compute the variance of a stream in constant space.