|
| 1 | +# Statistical Analysis in Data Science Using Python |
| 2 | +## by [Tertiary Infotech Pte. Ltd](https://www.tertiarycourses.com.sg/) |
| 3 | + |
| 4 | +These are the exercise files used for [Statistical Analysis in Data Science Using Python](https://www.tertiarycourses.com.sg/statistical-data-science-python.html) course. |
| 5 | + |
| 6 | +The course outline can be found in |
| 7 | + |
| 8 | +https://www.tertiarycourses.com.sg/statistical-data-science-python.html |
| 9 | + |
| 10 | +https://www.tertiarycourses.com.my/statistical-analysis-in-data-science-python-malaysia.html |
| 11 | + |
| 12 | +<p><strong>Module 1 Descriptive Statistics</strong></p> |
| 13 | +<ul> |
| 14 | +<li>Mean & Medium</li> |
| 15 | +<li>Standard Deviation & Variance</li> |
| 16 | +<li>Percentiles</li> |
| 17 | +<li>Summary</li> |
| 18 | +</ul> |
| 19 | +<p><strong>Module 2: Data Visualization with Seaborn</strong></p> |
| 20 | +<ul> |
| 21 | +<li>What is Seaborn</li> |
| 22 | +<li>Visualizing Statistical Relationships with Scatter Plot</li> |
| 23 | +<li>Visualizing Categorical Data with Bar Plot</li> |
| 24 | +<li>Visualizing Correlation with Pair Plot and Heatmap</li> |
| 25 | +<li>Visualizing Linear Relationships with Regression</li> |
| 26 | +</ul> |
| 27 | +<p><strong>Module 3 Hypothesis Testing with SciPy</strong></p> |
| 28 | +<ul> |
| 29 | +<li>What is Hypothesis Testing</li> |
| 30 | +<li>T Statistics</li> |
| 31 | +<li>Student's t-test</li> |
| 32 | +</ul> |
| 33 | +<p><strong>Module 4 Statistical Modeling with StatsModel</strong></p> |
| 34 | +<ul> |
| 35 | +<li>What is Statistical Modeling</li> |
| 36 | +<li>Statistical Modeling with StatsModel</li> |
| 37 | +<li>Goodness of Fit</li> |
| 38 | +<li>ANOVA</li> |
| 39 | +</ul> |
| 40 | +<p><strong>Module 5 Bayesian Inference with PyMC3</strong></p> |
| 41 | +<ul> |
| 42 | +<li>Bayesian Inference</li> |
| 43 | +<li>Using PyMC3 for Bayesian Inference</li> |
| 44 | +</ul> |
0 commit comments