If you sample standard deviation s = 2, the sample size = 35, and your confidence level is 95% this is how you can have R calculate a Confidence Interval for \(\sigma\).
conf_sig(s = 2, size = 35, conf = .95)
## [1] 1.617744 2.620404
5
X^2.95 = 10.117 and X^2.05 = 30.144
7
X^2.01 = 40.289 and X^2.99 = 9.542o
9
11
lower bound = 1.162 and upper bound = 4.278; and we can be 95% confident that the population standard deviation of the prices of 4 GB flash memory cards at online retailers is between 1.612 and 4.278 dollars
13
lower bound = 849.7 and upper bound = 1655.3; and we can be 90% confident that the population standard deviation of repair costs is between 849.7 and 1655.3 dollars
Questions
A)
If your Confidence Interval contains the “status quo” value the data does not indicate your new process is different from the “status quo”.
In truth it is possible your new process is different from the “status quo” thus in this scenario you potentially made what type of error? Type II Error
B)
If your Confidence Interval does not contain the “status quo” value the data does indicate your new process is different then the “status quo”.
In truth it is possible your new process is not different then the “status quo” thus in this scenario you potentially made what type of error? Type I Error