Skip to main content

tukey_fences

Function tukey_fences 

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

Tukey fences [Q1 − k·IQR, Q3 + k·IQR] (k = 1.5 mild, 3.0 extreme). None if fewer than 4 points.