Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shwetapardhi/assignment-03-q1--hypothesis-testing
Q1.A F&B manager wants to determine whether there is any significant difference in the diameter of the cutlet between two units. A randomly selected sample of cutlets was collected from both units and measured? Analyze the data and draw inferences at 5% significance level. Please state the assumptions and tests that you carried out to check validit
https://github.com/shwetapardhi/assignment-03-q1--hypothesis-testing
hypothesis-testing numpy p-value pandas python scipy significance-testing stats t-test
Last synced: 5 days ago
JSON representation
Q1.A F&B manager wants to determine whether there is any significant difference in the diameter of the cutlet between two units. A randomly selected sample of cutlets was collected from both units and measured? Analyze the data and draw inferences at 5% significance level. Please state the assumptions and tests that you carried out to check validit
- Host: GitHub
- URL: https://github.com/shwetapardhi/assignment-03-q1--hypothesis-testing
- Owner: shwetapardhi
- Created: 2024-05-05T21:45:43.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-05T23:26:21.000Z (6 months ago)
- Last Synced: 2024-05-06T22:35:39.499Z (6 months ago)
- Topics: hypothesis-testing, numpy, p-value, pandas, python, scipy, significance-testing, stats, t-test
- Language: Jupyter Notebook
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Assignment-03-Q1-Hypothesis-Testing-
Q1. A F&B manager wants to determine whether there is any significant difference in the diameter of the cutlet between two units. A randomly selected sample of cutlets was collected from both units and measured? Analyze the data and draw inferences at 5% significance level. Please state the assumptions and tests that you carried out to check validity of the assumptions. Cutlets.csv
Assume Null hyposthesis as Ho: μ1 = μ2 (There is no difference in diameters of cutlets between two units).
Thus Alternate hypothesis as Ha: μ1 ≠ μ2 (There is significant difference in diameters of cutlets between two units) 2 Sample 2 Tail test applicable