VarianceCI[list] gives a confidence interval {min, max} for the population variance estimated from list.
For confidence level , min=vardf/q(1+)/2 and max=vardf/q(1-)/2 where var=Variance[list], df=Length[list]-1, and qi is the i quantile of a 2 distribution with df degrees of freedom.