Statistics Exercises Completed By Bethany Thompson Codeup Darden Cohort
-
In this section we will review some basic descriptive statistics, talk about different probability distributions, and give an introduction to hypothesis testing.
-
Goals
- Build on top of the statistics knowledge from the khan academy prework
- Understand how to use the uniform, binomial, poisson, and normal distributions to model real-world scenarios
- Understand in general how hypothesis testing is performed
- Know when to use a t-test, correlation test, and χ2 test
- Write python code that simulates experiments in order to calculate an experimental probability
- Use various statistical distributions in python through scipy.stats
- Perform hypothesis testing in python code