Skip to content

Commit 6678a57

Browse files
Update DIRECTORY.md to include biomedical statistical tests
- Add new Biomedical section in alphabetical order - Include Mann Whitney U Test for independent group comparisons - Include Wilcoxon Signed Rank Test for paired samples and one-sample tests - Follow repository guidelines for categorizing new algorithms
1 parent 31541dc commit 6678a57

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

DIRECTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
## Association Algorithms
33
* [Apriori](https://github.com/TheAlgorithms/R/blob/HEAD/association_algorithms/apriori.r)
44

5+
## Biomedical
6+
* [Mann Whitney U Test](https://github.com/TheAlgorithms/R/blob/HEAD/Biomedical/mann_whitney_u_test.r)
7+
* [Wilcoxon Signed Rank Test](https://github.com/TheAlgorithms/R/blob/HEAD/Biomedical/wilcoxon_signed_rank_test.r)
8+
59
## Classification Algorithms
610
* [Decision Tree](https://github.com/TheAlgorithms/R/blob/HEAD/classification_algorithms/decision_tree.r)
711
* [Gradient Boosting Algorithms](https://github.com/TheAlgorithms/R/blob/HEAD/classification_algorithms/gradient_boosting_algorithms.r)
@@ -61,6 +65,7 @@
6165
## Machine Learning
6266
* [Gradient Boosting](https://github.com/TheAlgorithms/R/blob/HEAD/machine_learning/gradient_boosting.r)
6367

68+
6469
## Mathematics
6570
* [Amicable Numbers](https://github.com/TheAlgorithms/R/blob/HEAD/mathematics/amicable_numbers.r)
6671
* [Armstrong Number](https://github.com/TheAlgorithms/R/blob/HEAD/mathematics/armstrong_number.r)

0 commit comments

Comments
 (0)