Compare differences between 3 or more independent groups (Non-parametric H-Test).
Includes Dunn's Post-Hoc test and advanced visualizations (Box, Violin, Jitter, ECDF).
The Kruskal-Wallis Test (also known as the Kruskal-Wallis H test) is a rank-based non-parametric test that can be used to determine if there are statistically significant differences between two or more groups of an independent variable on a continuous or ordinal dependent variable. It is essentially an extension of the Mann-Whitney U test to cover more than two groups. The test statistic approximates a Chi-square distribution.
Use the Kruskal-Wallis test when:
This tool leverages the power of Python's SciPy ecosystem (scipy.stats.kruskal) hosted on Google Cloud. This ensures computational stability and speed. We have validated our output against R to ensure that the H-statistic and P-values are accurate to 4 decimal places.
Beyond the numbers, visualization is key to understanding group differences. We provide:
If significant results are found, you can download a full PDF Report containing the statistical breakdown and all generated charts.
We have optimized this tool for speed and privacy. The limits are:
This ensures that the rendering of interactive JavaScript charts remains smooth on any device. Supports CSV import.
The One-Way ANOVA is a parametric test that compares the means of three or more groups. It is highly sensitive to outliers and requires data normality. The Kruskal-Wallis test compares the median ranks. If your P-value is significant in Kruskal-Wallis, it indicates that at least one group stochastically dominates another, requiring Post-Hoc testing to identify exactly which groups differ.