standard_deviation

Function standard_deviation 

Source
pub fn standard_deviation<T: Clone + TryInto<f64>>(data: &[T]) -> Option<f64>
Expand description

This function calculates the standard deviation of a list of floating-point numbers. The standard deviation is a measure of how spread out the data is from its mean (average).