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
324 stars 213 forks source link

Mann-Whitney U Test using python #1296

Closed ranamanish674zu closed 1 day ago

ranamanish674zu commented 2 days ago

The Mann-Whitney U test, also known as the Mann-Whitney-Wilcoxon test, is a non-parametric statistical test used to determine whether two independent groups differ significantly in their medians. It is suitable for ordinal or continuous data that do not meet the assumptions required by parametric tests like the t-test. The test ranks all data points from both groups together, compares the ranks between the groups, and calculates a U statistic based on these ranks. A lower U value indicates that observations in one group tend to have higher ranks than in the other group, suggesting a significant difference. A non-parametric test used to compare differences between two independent groups when the dependent variable is either ordinal or continuous, but not normally distributed.

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