Niketkumardheeryan / ML-CaPsule

ML-capsule is a Project for beginners and experienced data science Enthusiasts who don't have a mentor or guidance and wish to learn Machine learning. Using our repo they can learn ML, DL, and many related technologies with different real-world projects and become Interview ready.
MIT License
365 stars 309 forks source link

Mann-Whitney U Test #849

Closed ranamanish674zu closed 2 months ago

ranamanish674zu commented 3 months 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 3 months ago

Can you assign it to me? @Niketkumardheeryan Full name: Manish Rana GitHub profile link: https://github.com/ranamanish674zu Email ID: manish.rana2021@vitbhopal.ac.inn Approach for this : python What is your participant role?: GSSoC-2024 contributor

Can you add the label for GSSoC, i want to work on it Thanks.