Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Estimate the confidence interval of the difference between the population means
ResourceFunction["MeanDifferenceCI"][list1,list2] gives a confidence interval for the difference between the population means estimated from list1 and list2. |
ConfidenceLevel | 0.95 | probability associated with a confidence interval |
EqualVariances | False | whether the unknown population variances are assumed equal |
KnownVariance | None | list of variances of each population |
The 95% confidence interval for the difference in two population means:
In[1]:= |
Out[1]= |
The 99% confidence interval:
In[2]:= |
Out[2]= |
A confidence interval assuming equal but unknown variances:
In[3]:= |
Out[3]= |
A confidence interval assuming known variances:
In[4]:= |
Out[4]= |
Wolfram Language 11.3 (March 2018) or above
This work is licensed under a Creative Commons Attribution 4.0 International License