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

Kruskal-Wallis Test #482

Closed ranamanish674zu closed 5 days ago

ranamanish674zu commented 5 days ago

Description

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

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! 😊