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
X20.95 = 10.117, X20.05 = 30.144.
7
X20.99 = 9.542. X20.01 = 40.289.
9
11 Lower Bound: 1.612, Upper Bound: 4.278; 95% confident that the population standard deviation of the prices of 4GB flash memory cards at online retailers is between 1.612 and 4.278 dollars.
13
Lower Bound: 849.7, Upper Bound: 1655.3; 90% confident that the population standard deviation of repair costs of a low-impact bumper crash on a mini or micro-car 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.
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.