Skip to main content

WILCOXON_MIN_PAIRS

Constant WILCOXON_MIN_PAIRS 

Source
pub const WILCOXON_MIN_PAIRS: usize = 8;
Expand description

The fewest non-tied pairs the normal-approximation Wilcoxon accepts.

Below this the approximation’s error is material and an exact table would be needed; above it the correction terms keep it honest.