Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Ironhack logo

Lab | Hypothesis Testing

Introduction

In this lab we'll familiarize you with t-test and Analysis of Variance (ANOVA) which the lessons did not cover. You will also write Python codes to conduct t-tests and ANOVA on pokemons.

Deliverables

  • challenge-1.ipynb and challenge-2.ipynb.

Submission

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

Resources

T Test

What is the difference between a paired and unpaired t-test?

scipy.stats.ttest_ind

scipy.stats.ttest_rel

Difference Between T-test and ANOVA

scipy.stats.f_oneway