Run flexible sign tests from paired values quickly. View tails, confidence bounds, and decision details. Download tables, plots, and summaries for careful evidence reporting.
| Pair | Before | After | Difference | Sign |
|---|---|---|---|---|
| 1 | 10 | 12 | 2 | Positive |
| 2 | 14 | 13 | -1 | Negative |
| 3 | 9 | 11 | 2 | Positive |
| 4 | 16 | 16 | 0 | Tie |
| 5 | 8 | 10 | 2 | Positive |
| 6 | 13 | 12 | -1 | Negative |
| 7 | 11 | 12 | 1 | Positive |
| 8 | 15 | 17 | 2 | Positive |
This example gives 5 positive signs, 2 negative signs, and 1 tie. The sign test uses the 7 non-tied pairs.
The binomial sign test compares the number of positive paired differences with the number expected under the null hypothesis.
Step 1: Compute each paired difference as After - Before.
Step 2: Label each difference as positive, negative, or tie.
Step 3: Exclude ties and set n = positives + negatives.
Step 4: Let X = number of positive signs. Under the null hypothesis, X ~ Binomial(n, p0).
Binomial probability: P(X = k) = C(n,k) × p0^k × (1 - p0)^(n-k)
One-sided p-value: use the lower tail for “less” and the upper tail for “greater”.
Two-sided exact p-value: sum all binomial outcomes having probability less than or equal to the observed outcome probability.
Approximate z-score: z = (X - n×p0) / √(n×p0×(1-p0)), with optional continuity correction.
Confidence interval: the calculator reports a Wilson interval for the observed positive-sign probability.
p0 = 0.5 for the standard sign test unless your study requires a different null probability.This calculator is built for quick nonparametric analysis of paired data. It works well when you only trust the direction of change and do not want to assume normality for differences. Instead of using the actual magnitudes, the sign test focuses on whether the second value is larger or smaller than the first.
That makes it useful for before-and-after studies, repeated measurements, classroom demonstrations, quality checks, and small experimental comparisons. If a pair increases, it contributes one positive sign. If it decreases, it contributes one negative sign. If the two values match exactly, the pair is treated as a tie and removed from the effective sample size.
The page supports two workflows. You can paste full paired values and let the tool classify every difference, or you can enter ready-made summary counts if the sign tally already exists. Both routes lead to the same exact binomial framework, which gives a clean p-value under the null positive probability.
Along with the exact result, the calculator also shows a normal approximation, an effect size, and a confidence interval for the observed positive-sign proportion. The bar chart helps you compare positive, negative, and tied outcomes at a glance. Export buttons let you save the results for reports, review notes, or class material.
It tests whether positive and negative paired differences occur with the probability expected under the null hypothesis, usually 0.5 for each direction.
Use it for matched pairs, before-and-after observations, or repeated measurements when you trust only the direction of change and prefer a nonparametric method.
No. Tied pairs do not support either direction, so the calculator removes them from the effective sample size before computing probabilities.
No. That is one of its strengths. It does not require normally distributed differences because it uses signs instead of magnitudes.
A two-sided test checks for any directional imbalance. It flags both unusually many positive signs and unusually many negative signs.
The exact result is based on the binomial distribution. The approximate result is a quick normal-based check that becomes more reliable with larger samples.
Yes. Switch to summary mode and provide positive, negative, and tied counts directly. This is useful when your tally is already prepared.
It estimates the plausible range for the observed probability of a positive sign among non-tied pairs, based on the sample data.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.