If you sample standard deviation s = 2 and 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(0.95)=10.117, x^2(0.05)=30.144
7. x^2(0.99)=9.542, x^2(0.01)=40.289
9.
11. s^2=(0.319)=0.102 x=0.226 x=21.920 Lower bound = 0.226 Upper bound = 0.542 We are 95% confident that the population standard devation is between 0.226 and 0.542
13. s2=(1007.4542)2=1,014,963.9651 x=3.325 x=16.919
Lower bound = 734.8
Uper bound = 1657.5
We are 90% confident that the population standard deviation is between $734.8 and $1657.5