Skip to content

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.