Statistical Tables · free & public domain

Sign Test Critical Values

Critical values for the sign test, built on the conservative rule so the true error rate never exceeds α.

How to use this table

Count how many differences are positive and how many negative, discarding ties, and take the smaller of the two counts. Reject H₀ if that count is less than or equal to the tabled value. Example: n = 20 at two-tailed α = 0.05 → 5, so 5 or fewer of the less-frequent sign is significant.

The table

Sign Test Critical Values
two-tail α0.010.020.050.10
n / one-tail α0.0050.010.0250.05
50
600
7000
80001
90011
100011
110112
121122
131123
141223
152233
162234
172344
183345
193445
203455
214456
224556
234567
245567
255677
266678
276778
286789
297789
3078910
3178910
3288910
33891011
34991011
359101112
369101112
3710101213
3810111213
3911111213
4011121314
4111121314
4212131415
4312131415
4413131516
4513141516
4613141516
4714151617
4814151617
4915151718
5015161718
5115161819
5216171819
5316171820
5417181920
5517181920
5617182021
5718192021
5818192122
5919202122
6019202123

Conservative construction: the true error rate never exceeds α. n runs to 60. A dash means no rejection is possible at that level.

How these values were produced

Exact Binomial(n, ½) tail probabilities (SciPy 1.17), using the conservative rule.

Every one of these 224 values was computed from the underlying distribution — none was transcribed from a printed table. Values of this kind are mathematical facts: they come out the same for anyone who computes them correctly.

A deliberate difference. This table uses the conservative construction — the critical value is the last one whose true tail probability stays at or below α, so the real error rate never exceeds the level you asked for. Several widely printed versions instead pick whichever value lands nearest α, which can push the true rate above the nominal level. At n = 5, α = 0.05 a Wilcoxon test built that way actually runs at 0.0625.

Need the test run rather than the critical value looked up? The Proof Workbench computes t, r, χ² and ANOVA in your browser with assumption checks and a re-verifiable receipt.

Use it freely

This table is dedicated to the public domain under CC0 1.0. No attribution required, no signup, no limits — copy it into a lecture, a textbook, or your own site. A link back is welcome but not asked for.

The other tables