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

VarianceRatioTest

VarianceRatioTest[list1, list2, r]
performs a test with null hypothesis Sigma12/Sigma22=r.
  • VarianceRatioTest[list1, list2, r] gives a p-value for the test that the ratio of the variances Sigma12 and Sigma22 of the populations from which list1 and list2 were sampled is significantly different from r.
  • VarianceRatioTest is based on an F-ratio distribution with Length[list1]-1 and Length[list2]-1 degrees of freedom.
  • The following options can be given:
FullReportFalsewhether to include detailed information about a test
SignificanceLevelNonesignificance level of the test
TwoSidedFalsewhether to perform a two-sided test
  • With the option FullReport->True, VarianceRatioTest also returns the ratio of sample variances, the test statistic, and the distribution used to generate the p-value.
A test of the ratio of population variances against 2:
Needs["HypothesisTesting`"]
A test of the ratio of population variances against 2:
In[2]:=
Click for copyable input
Out[2]=
A full report for a variance ratio test:
A test at significance level .01:
A two-sided variance ratio test:
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team