pub fn vector_standard_deviation_float(vector: Vec<f64>) -> f64
Expand description
Calculates the standard deviation of a given vector of 64-bit floating-point numbers.
vector - A vector of 64-bit floating-point numbers
- f64 - The standard deviation of the input vector