pub fn iqr(values: &[f64]) -> Option<f64>
Interquartile range Q3 − Q1 (the 0.75 and 0.25 quantiles). None if empty.
Q3 − Q1
None