pub fn coefficient_of_variation(data: &[f64]) -> f64
Coefficient of variation CoV = σ / |μ|.
Returns f64::INFINITY when the mean is zero.
f64::INFINITY