The project is inspired by the idea from the article Python as a Way of Thinking by Allen Downey: thinking math through Python, thinking Python to solve problems.
The project is a collection of jupyter on various statistics topics. Most problems are from a Khan Academy's course on statistics and probability.
The theory behind the calculations is not explained in the notebooks, however I'm trying to add summary and underlying formulas for the solutions in Python.
- Analyzing categorical data
- Displaying and comparing quantitative data
- Summarizing quantitative data
- Modeling data distributions
- Exploring bivariate numerical data
- Study design
- Probability
- Counting, permutations, and combinations
- Random variables
- Sampling distributions
- Confidence intervals
- Significance tests (hypothesis testing)
- Two-sample inference for the difference between groups
- Inference for categorical data (chi-square tests)
- Advanced regression (inference and transforming)
- Analysis of variance (ANOVA)
This project is licensed under the GPLv2 License - see the LICENSE.md file for details