pub fn column_std(data: &[Vec<f64>], ddof: usize) -> Vec<f64>
Returns the standard deviation of each column using the given delta degrees of freedom.