Vitaliy V. answered 10/01/22
Math and Statistics Tutor with 30+ Years of Teaching Experience
To construct confidence interval for variance you need critical values for Chi-Square distribution with df = n-1.
You can find the table of critical values for Chi-Square in many places, like
https://www.mathsisfun.com/data/chi-square-table.html
For 90% CI with df=19 the critical values are: c1 = 30.144 (look it in the column 0.05) and c2 = 10.117 (look it in the column 0.95).
Confidence interval for σ2 is calculated as:
The lower bound is (n-1)s2/c1 = 19×12.12/30.144 ≈7.63
The upper bound is (n-1)s2/c2 = 19×12.12/10.117 ≈ 22.72
However, you can avoid the table and calculations by hand if you use the site www.wolframalpha.com
Just enter in the Search field: confidence interval variance
Then enter in Computational Inputs your confidence level, sample size, and sample variance.