1001Ferramentas
📚 Calculators

Friedman Test

Computes the Friedman test, the non-parametric version of repeated-measures ANOVA. It's used when the same subjects (or blocks) go through three or more conditions and you want to know whether the conditions differ, without assuming normality. Within each block, the treatments are ranked; if one treatment is consistently better, it accumulates low ranks across all blocks, and the Friedman chi-square statistic grows. Enter the blocks: treatments separated by commas, blocks by semicolons.

Resultado

Friedman Test

Computes the Friedman test, the non-parametric version of repeated-measures ANOVA. It's used when the same subjects (or blocks) go through three or more conditions and you want to know whether the conditions differ, without assuming normality. Within each block, the treatments are ranked; if one treatment is consistently better, it accumulates low ranks across all blocks, and the Friedman chi-square statistic grows. Enter the blocks: treatments separated by commas, blocks by semicolons.

Comparing several treatments on the same subjects

When the same individuals go through three or more conditions — three diets tested on each person, three methods rated by each judge — comparing the conditions requires accounting for the fact that the measurements come from the same subjects. Repeated-measures ANOVA does this, but it demands normality. The Friedman test is the alternative that drops that requirement.

The trick is to rank within each block. For each subject, the treatments are assigned positions according to their values, from smallest to largest. If a treatment is systematically better, it will collect low positions across almost every block, and the sum of its ranks will stand out from the rest. The Friedman chi-square statistic measures how far those rank sums depart from what would be expected if the conditions were equivalent.

Enter the blocks with treatments separated by commas and blocks separated by semicolons; each block needs the same number of treatments. The tool returns the chi-square statistic and the degrees of freedom. As with ANOVA, a significant result indicates that at least one treatment differs, without saying which; multiple comparisons such as Nemenyi are the next step.

Related Tools

🔗

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.

📈

Mann-Kendall Trend Test

Computes the Mann-Kendall test, used to detect a monotonic trend (upward or downward) in a time series without assuming the data are normal or the trend is linear. It sums the signs of all pairwise comparisons between values: if the series tends to rise over time, positive signs prevail. It's widely used in hydrology, climatology and environmental science to assess trends in long series. The S statistic becomes a z via the normal approximation, with a tie correction. Enter the series in chronological order.

🎲

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.