Recode-Hive / machine-learning-repos

A curated list of awesome machine learning frameworks, libraries and software (by language). I
MIT License
45 stars 125 forks source link

Mann-Whitney U Test #480

Closed ranamanish674zu closed 2 days ago

ranamanish674zu commented 5 days ago

Description

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. Fixes #436

Checklist:

github-actions[bot] commented 5 days ago

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

ranamanish674zu commented 2 days ago

@sanjay-kv sir could you please see this