Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Hypothesis Testing Package >

VarianceCI

VarianceCI[list]
gives a confidence interval for the population variance estimated from list.
  • VarianceCI[list] gives a confidence interval {min, max} for the population variance estimated from list.
  • For confidence level Alpha, min=var df/q(1+Alpha)/2 and max=var df/q(1-Alpha)/2 where var=Variance[list], df=Length[list]-1, and qi is the i^(th) quantile of a Chi2 distribution with df degrees of freedom.
  • The following option can be given:
ConfidenceLevel0.95probability associated with a confidence interval
A 95% confidence interval for the population variance:
Needs["HypothesisTesting`"]
A 95% confidence interval for the population variance:
In[2]:=
Click for copyable input
Out[2]=
A 99% confidence interval:
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team