pub fn sample_sd(data: &[f64]) -> Result<f64, String>
Sample standard deviation: alias for sd() (both use N-1 denominator).