animator / learn-python

📖🐍 Free & Open Source book to master Python 3. Also available: PDF & Web Interface.
https://animator.github.io/learn-python/
Creative Commons Attribution Share Alike 4.0 International
330 stars 209 forks source link

Kruskal-Wallis Test using python #1298

Closed ranamanish674zu closed 4 months ago

ranamanish674zu commented 4 months ago

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.

ranamanish674zu commented 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.