Skip to main content

iqr

Function iqr 

Source
pub fn iqr(values: &[f64]) -> Option<f64>
Expand description

Interquartile range Q3 − Q1 (the 0.75 and 0.25 quantiles). None if empty.