Sign Test Calculator
Run an exact two-sided sign test for paired observations without assuming normally distributed differences.
About the sign test
Sign test examples
These paired samples show how signs determine the exact result.
| Paired differences | Result | Interpretation |
|---|---|---|
| 5 positive, 0 negative | p = 0.0625 | Every non-tied pair increases, but five pairs are not significant at the 0.05 level in a two-sided test. |
| 4 positive, 1 negative | p = 0.375 | This sign imbalance is common under an equal-probability null hypothesis. |
| 8 positive, 0 negative | p = 0.0078125 | Eight changes in one direction provide significant two-sided evidence at alpha 0.05. |
How to perform a sign test
- Enter the first measurement from every pair in the first field.
- Enter matching second measurements in the same order in the second field.
- Choose the significance level used for the decision.
- Select Calculate Sign Test and review the sign counts, exact p-value, and conclusion.
Sign test FAQ
When should I use a sign test?
Use it for paired or matched data when only the direction of differences is reliable. It is especially helpful when normality and symmetry assumptions are doubtful.
How are ties handled?
Pairs with identical values receive no sign and are excluded from the effective sample size. The calculator still reports their count for transparency.
Is this an exact or approximate test?
The calculator uses the exact binomial distribution with probability 0.5. It does not use a normal approximation, so small samples are handled directly.
What does a two-sided p-value test?
It tests for a systematic change in either direction. A one-sided test would require a directional hypothesis chosen before inspecting the data.
How does the sign test differ from Wilcoxon signed-rank?
The sign test uses only whether each difference is positive or negative. Wilcoxon also ranks difference magnitudes, which can improve power when its assumptions are appropriate.