Skip to main content

std_dev_f32_with_mean

Function std_dev_f32_with_mean 

Source
pub fn std_dev_f32_with_mean(samples: &[f32], mean: f32) -> f32
Expand description

Compute sample standard deviation for f32 data given a pre-computed mean.