https://github.com/shwetapardhi/assignment-03-q2--hypothesis-testing
Anova ftest statistics A hospital wants to determine whether there is any difference in the average Turn Around Time (TAT) of reports of the laboratories on their preferred list. They collected a random sample and recorded TAT for reports of 4 laboratories. TAT is defined as sample collected to report dispatch. Analyze the data and determine wheth
https://github.com/shwetapardhi/assignment-03-q2--hypothesis-testing
annova ftest hypothesis-testing numpy pandas python scipy significance-testing stats
Last synced: 3 months ago
JSON representation
Anova ftest statistics A hospital wants to determine whether there is any difference in the average Turn Around Time (TAT) of reports of the laboratories on their preferred list. They collected a random sample and recorded TAT for reports of 4 laboratories. TAT is defined as sample collected to report dispatch. Analyze the data and determine wheth
- Host: GitHub
- URL: https://github.com/shwetapardhi/assignment-03-q2--hypothesis-testing
- Owner: shwetapardhi
- Created: 2024-05-05T21:49:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-05T21:50:14.000Z (about 2 years ago)
- Last Synced: 2025-01-10T09:17:59.663Z (over 1 year ago)
- Topics: annova, ftest, hypothesis-testing, numpy, pandas, python, scipy, significance-testing, stats
- Language: Jupyter Notebook
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Assignment-03-Q2--Hypothesis-Testing
Anova ftest statistics
A hospital wants to determine whether there is any difference in the average Turn Around Time (TAT) of reports of the laboratories on their preferred list. They collected a random sample and recorded TAT for reports of 4 laboratories. TAT is defined as sample collected to report dispatch. Analyze the data and determine whether there is any difference in average TAT among the different laboratories at 5% significance level.
Anova ftest statistics: Analysis of varaince between more than 2 samples or columns Assume Null Hypothesis Ho as No Varaince: All samples TAT population means are same
Thus Alternate Hypothesis Ha as It has Variance: Atleast one sample TAT population mean is different