Skip to content

phun333/hypothes-about-soccer-matches

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hypothesis Testing with Men's and Women's Soccer Matches

Project Instructions

  • Perform an appropriate hypothesis test to determine the p-value, and hence result, of whether to reject or fail to reject the null hypothesis that the mean number of goals scored in women's international soccer matches is the same as men's. Use a 10% significance level.

  • For this analysis, you'll use Official FIFA World Cup matches since 2002-01-01, and you'll also assume that each match is fully independent, i.e., team form is ignored.

  • The p-value and the result of the test must be stored in a dictionary called result_dict in the form:

result_dict = {"p_val": p_val, "result": result}

About

Hypothesis Testing with Men's and Women's Soccer Matches

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages