Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shwetapardhi/assignment-03-q4-hypothesis-testing
Chi2 contengency independence test Q4. TeleCall uses 4 centers around the globe to process customer order forms. They audit a certain % of the customer order forms. Any error in order form renders it defective and has to be reworked before processing. The manager wants to check whether the defective % varies by centre. Please analyze the data at 5
https://github.com/shwetapardhi/assignment-03-q4-hypothesis-testing
alternate-hypothesis chi2-contingency contingency-analysis hypothesis-testing norm null-hypothesis numpy numpy-arrays pandas python scipy significance-testing stats
Last synced: about 1 month ago
JSON representation
Chi2 contengency independence test Q4. TeleCall uses 4 centers around the globe to process customer order forms. They audit a certain % of the customer order forms. Any error in order form renders it defective and has to be reworked before processing. The manager wants to check whether the defective % varies by centre. Please analyze the data at 5
- Host: GitHub
- URL: https://github.com/shwetapardhi/assignment-03-q4-hypothesis-testing
- Owner: shwetapardhi
- Created: 2024-05-05T23:33:35.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-05T23:34:21.000Z (7 months ago)
- Last Synced: 2024-10-15T17:29:52.951Z (about 1 month ago)
- Topics: alternate-hypothesis, chi2-contingency, contingency-analysis, hypothesis-testing, norm, null-hypothesis, numpy, numpy-arrays, pandas, python, scipy, significance-testing, stats
- Language: Jupyter Notebook
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Assignment-03-Q4-Hypothesis-Testing
Chi2 contengency independence testQ4. TeleCall uses 4 centers around the globe to process customer order forms. They audit a certain % of the customer order forms. Any error in order form renders it defective and has to be reworked before processing. The manager wants to check whether the defective % varies by centre. Please analyze the data at 5% significance level and help the manager draw appropriate inferences.
Assume Null Hypothesis as Ho: Independence of categorical variables (customer order forms defective % does not varies by centre) Thus, Alternative hypothesis as Ha Dependence of categorical variables (customer order forms defective % varies by centre)
Inference: As (p_value = 0.2771) > (α = 0.05); Accept Null Hypthesis i.e. Independence of categorical variables Thus, customer order forms defective % does not varies by centre.