Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Estimate the confidence interval of the ratio of the population variances
| ResourceFunction["VarianceRatioCI"][list1,list2] gives a confidence interval for the ratio of the population variances estimated from list1 and from list2. | 
| ConfidenceLevel | 0.95 | probability associated with a confidence interval | 
The 95% confidence interval for the ratio of two population variances:
| In[1]:= | ![ResourceFunction[
 "VarianceRatioCI"][{1, 2, 4, 6, 3}, {4, 10, 6, 8, 5, 8}]](https://www.wolframcloud.com/obj/resourcesystem/images/0a6/0a63d8e5-18e1-4470-83fe-2c7911c3e452/7c6a093d7d296023.png) | 
| Out[1]= |  | 
The 99% confidence interval:
| In[2]:= | ![ResourceFunction[
 "VarianceRatioCI"][{1, 2, 4, 6, 3}, {4, 10, 6, 8, 5, 8}, ConfidenceLevel -> .99]](https://www.wolframcloud.com/obj/resourcesystem/images/0a6/0a63d8e5-18e1-4470-83fe-2c7911c3e452/240c9cdf3fa323c5.png) | 
| Out[2]= |  | 
Wolfram Language 11.3 (March 2018) or above
This work is licensed under a Creative Commons Attribution 4.0 International License