Skip to content
1 hidden cell
Hypothesis Testing in Python
Hypothesis Testing in Python
Run the hidden code cell below to import the data used in this course.
1 hidden cell
Workflow
- Identify population parameter that is hypothesized about.
- Specify the null and alternative hypotheses.
- Determine (standardized) test statistic and corresponding null dist.
- Conduct hypothesis test in Python.
- Measure evidence against the null huypothesis.
- Make a decision comparing evidence to significance level.
- Interpret the results in the context of the original problem.