Skip to main content

column_std

Function column_std 

Source
pub fn column_std(data: &[Vec<f64>], ddof: usize) -> Vec<f64>
Expand description

Returns the standard deviation of each column using the given delta degrees of freedom.