Closed ranamanish674zu closed 4 months ago
Can you assign it to me? @animator
Full name: Manish Rana GitHub profile link: https://github.com/ranamanish674zu Email ID: manish.rana2021@vitbhopal.ac.in Approach for this project: Will use python What is your participant role?: GSSoC-2024 contributor
Can you add the label for GSSoC, i want to work on it Thanks.
The Kruskal-Wallis Test is a non-parametric statistical test used to determine whether there are significant differences between three or more independent groups. It extends the Mann-Whitney U test for more than two groups and is appropriate for ordinal or continuous data that do not meet parametric assumptions. The test ranks all data points from all groups together, compares the ranks between groups, and calculates a H statistic based on these ranks. A significant H value indicates that at least one group differs significantly from the others in terms of central tendency, but it does not identify which specific groups differ.
A non-parametric version of ANOVA used to compare three or more groups.