const MIN_SAMPLES: usize = 3;
Minimum valid samples for IQR (linear-interpolated Q1 != Q3 is possible at n >= 3).