feat: Add biomedical statistical analysis module with Wilcoxon and Mann-Whitney tests#13541
Open
Brijesh03032001 wants to merge 2 commits intoTheAlgorithms:masterfrom
Open
feat: Add biomedical statistical analysis module with Wilcoxon and Mann-Whitney tests#13541Brijesh03032001 wants to merge 2 commits intoTheAlgorithms:masterfrom
Brijesh03032001 wants to merge 2 commits intoTheAlgorithms:masterfrom
Conversation
…nn-Whitney tests - Implement Wilcoxon Signed-Rank Test for paired data analysis - Implement Mann-Whitney U Test for independent group comparisons - Add comprehensive text-based visualization utilities - Include 5 detailed biomedical examples with real-world scenarios - Provide extensive documentation and theory explanations - Support effect size calculations and statistical interpretations - Pure Python implementation with no external dependencies Addresses common non-parametric statistical needs in biomedical research including clinical trials, drug studies, and diagnostic biomarker analysis.
for more information, see https://pre-commit.ci
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🧬 Biomedical Statistical Analysis Module
This PR adds a comprehensive biomedical statistics module implementing non-parametric statistical tests commonly used in medical research.
📊 Features Added:
🔬 Use Cases:
✅ Quality Assurance:
📁 Files Added:
Biomedical/__init__.py- Module initializationBiomedical/wilcoxon_test.py- Wilcoxon implementationBiomedical/mann_whitney_test.py- Mann-Whitney implementationBiomedical/statistical_visualizations.py- Visualization utilitiesBiomedical/examples.py- Comprehensive examplesBiomedical/README.md- DocumentationContributing to: Hacktoberfest 2025 🎃