Function stats::stddev

source ·
pub fn stddev<'a, I, T>(x: I) -> f64where
    I: IntoIterator<Item = T>,
    T: Into<&'a f64>,
Expand description

Compute the standard deviation of a stream in constant space.