Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shwetapardhi/assignment-03-q5--hypothesis-testing

Chi2 contengency independence test Q5. Fantaloons Sales managers commented that % of males versus females walking in to the store differ based on day of the week. Analyze the data and determine whether there is evidence at 5 % significance level to support this hypothesis. Assume Null Hypothesis as Ho: Independence of categorical variables (% of
https://github.com/shwetapardhi/assignment-03-q5--hypothesis-testing

alternate-hypothesis chi2-contingency contingency-analysis hypothesis-testing null-hypothesis numpy pandas python scipy significance-testing stats

Last synced: about 1 month ago
JSON representation

Chi2 contengency independence test Q5. Fantaloons Sales managers commented that % of males versus females walking in to the store differ based on day of the week. Analyze the data and determine whether there is evidence at 5 % significance level to support this hypothesis. Assume Null Hypothesis as Ho: Independence of categorical variables (% of

Awesome Lists containing this project

README

        

# Assignment-03-Q5--Hypothesis-Testing
Chi2 contengency independence test

Q5. Fantaloons Sales managers commented that % of males versus females walking in to the store differ based on day of the week. Analyze the data and determine whether there is evidence at 5 % significance level to support this hypothesis.

Assume Null Hypothesis as Ho: Independence of categorical variables (% of males versus females walking in to the store does not differ based on day of the week) Thus, Alternative hypothesis as Ha Dependence of categorical variables (% of males versus females walking in to the store does differ based on day of the week)

Inference: As (p_value = 0) < (α = 0.05); Reject Null Hypothesis i.e. Dependence of categorical variables Thus, % of males versus females walking in to the store does differ based on day of the week