Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 682 Bytes

File metadata and controls

25 lines (13 loc) · 682 Bytes

Ironhack Logo

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

  • main.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