Function stats::stddev

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

Compute the standard deviation of a stream in constant space.