pub fn vector_standard_deviation_float(vector: Vec<f64>) -> f64
Expand description

Returns the standard deviation of all elements in a float vector