/lab-stats-hypothesis-testing

lab-stats-hypothesis-testing

Primary LanguageJupyter Notebook

logo_ironhack_blue 7

Lab | Hypothesis Testing

Introduction

In this lab we'll familiarize you with one sample hypothesis tests. You will also write Python code to conduct one sample hypothesis tests as well as construct confidence intervals.

Deliverables

  • challenge1.ipynb,
  • challenge2.ipynb,
  • challenge3.ipynb.

Submission

Upon completion, add your deliverables to git. Then commit git and push your branch to the remote.

Resources

T Test

Hypothesis Tests in SciPy

Standard Error in SciPy

One Sample Tests of Proportions