MIN_SAMPLES

Constant MIN_SAMPLES 

Source
const MIN_SAMPLES: usize = 3;
Expand description

Minimum valid samples for MAD (n <= 2 makes MAD almost always 0, yielding spurious +inf).