1001Ferramentas
Calculators

Sign Test (Paired)

Computes the sign test, the simplest and most robust paired test of all. It completely ignores the magnitude of the differences between pairs and looks only at the sign: how many times the value went up and how many it went down. Under the hypothesis of no effect, ups and downs should balance out, like heads and tails, and the p-value comes straight from a binomial distribution. Because it uses so little information, it's less powerful than Wilcoxon, but it makes almost no assumptions. Enter the two paired series.

Resultado

Sign Test (Paired)

Computes the sign test, the simplest and most robust paired test of all. It completely ignores the magnitude of the differences between pairs and looks only at the sign: how many times the value went up and how many it went down. Under the hypothesis of no effect, ups and downs should balance out, like heads and tails, and the p-value comes straight from a binomial distribution. Because it uses so little information, it's less powerful than Wilcoxon, but it makes almost no assumptions. Enter the two paired series.

Heads or tails to decide whether something changed

Of all the paired tests, the sign test is the most stripped down. It throws away the magnitude of the differences and keeps only the direction: did the value go up or down? That deliberate renunciation of information is also its strength, because it makes the test valid with practically no assumption about the shape of the data, requiring only that the observations be independent.

The logic is that of a fair coin. If the treatment changes nothing, each pair is equally likely to go up or down, and the number of increases follows a binomial distribution with probability one-half. A number of increases far from half is unlikely by chance, and it is precisely that unlikelihood that the binomial p-value quantifies, with no approximations needed.

Enter the two paired series. The tool counts how many differences were positive and negative, drops the ties and computes the exact two-sided p-value from the binomial. Keep in mind: because it uses so little information, the sign test has less power than Wilcoxon, so prefer it when you genuinely don't trust the magnitude of the measurements, only their direction.

Related Tools

🔢

Mood's Median Test

Computes Mood's median test, a non-parametric test that checks whether several groups share the same median. The idea is simple and robust: you compute the grand median of all the data together and count, in each group, how many values fall above it. If the groups had the same median, those counts would be proportional to the sizes; an imbalance produces a large chi-square statistic. It's quite resistant to outliers, working only with counts. Enter the groups separated by semicolons.

🔗

Wilcoxon Signed-Rank Test

Computes the Wilcoxon signed-rank test, the non-parametric alternative to the paired t-test. When you measure the same subjects twice — before and after a treatment — and the data don't follow a normal distribution, this is the test to use. It works with the differences between pairs: it ranks the magnitudes of those differences, assigns ranks and separately sums the ranks of the positive and negative differences. The tool computes W+, W− and the normal approximation z, with a tie correction. Enter the two paired series.

🎲

Runs Test (Wald-Wolfowitz)

Computes the Wald-Wolfowitz runs test, which checks whether a sequence of two values is random or has a pattern. A run is a stretch of consecutive equal values; too few runs indicate clustering (a trend), and too many indicate systematic alternation. By comparing the observed number of runs with the number expected under randomness, the z statistic reveals whether the order of the data is compatible with pure chance. It's useful for checking residuals, time series and number generators. Enter the sequence with two distinct symbols.

The results provided by this tool are for general informational and educational purposes only and do not constitute professional, financial, medical, legal, tax or accounting advice. Always confirm important decisions with a qualified professional and official sources.