[][src]Function stats::stddev

pub fn stddev<I>(it: I) -> f64 where
    I: Iterator,
    <I as Iterator>::Item: ToPrimitive

Compute the standard deviation of a stream in constant space.