Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 532 Bytes

File metadata and controls

21 lines (11 loc) · 532 Bytes

Hypothesis_Testing_using_t-test_and_ANOVA

how to perform t-testing & ANOVA

t-testing is used to find if there is any statically significant difference in the mean values of two samples

help to answer many questions such as:

• any difference in intelligence scores between male and female

• any difference in cheating on spouse between religous people and people with no religion

• any difference in profits between small-size models and luxurious hotels

Python packages:

• Scipy

• Statsmodels

• pingouin