Skip to content

Commit 50b6831

Browse files
Update README.md
1 parent 95c7101 commit 50b6831

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

‎README.md‎

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Statistical-Hypothesis-Testing-with-Python
22
### Quick-reference guide to the 17 statistical hypothesis tests that you need in applied machine learning, with sample code in Python.
33

4-
There are 100s types of hypothesis testing existing in field of statistics but we will need the 17 statistical hypothesis testing that we would use in applied machine learning and the machine learning projects.
4+
There are 100s of hypothesis testing types existing in field of statistics but we will need the 17 statistical hypothesis testing that we would use in applied machine learning and the machine learning projects.
55

66
```mermaid
77
flowchart TD
@@ -26,6 +26,15 @@ A[STATISTICAL HYPOTHESIS] --> F(NON-PARAMETRIC STATISTICAL TESTS);
2626
```
2727

2828
<li>CORRELATION TESTS
29+
30+
```mermaid
31+
flowchart TD
32+
A[CORRELATION TESTS] --> B(Pearson's Correlation Coefficient)
33+
A[CORRELATION TESTS] --> C(Spearman's Rank Correlation)
34+
A[CORRELATION TESTS] --> D(Kendall's Rank Correlation)
35+
A[CORRELATION TESTS] --> E(Chi-Squared Test)
36+
```
37+
2938
<li>STATIONARY TESTS
3039
<li>PARAMETRIC STATISTICAL HYPOTHESIS TESTS
3140
<li>NON-PARAMETRIC STATISTICAL HYPOTHESIS TESTS

0 commit comments

Comments
 (0)