MIN_SAMPLES

Constant MIN_SAMPLES 

Source
const MIN_SAMPLES: usize = 3;
Expand description

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