Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Estimate the confidence interval for the population mean
ResourceFunction["MeanCI"][list] gives a confidence interval for the population mean estimated from list. |
| ConfidenceLevel | 0.95 | probability associated with a confidence interval |
| KnownVariance | None | variance of population |
A 95% confidence interval for the population mean:
| In[1]:= |
| Out[1]= |
A 99% confidence interval:
| In[2]:= |
| Out[2]= |
A 95% confidence interval assuming the population variance is 1:
| In[3]:= |
| Out[3]= |
Wolfram Language 11.3 (March 2018) or above
This work is licensed under a Creative Commons Attribution 4.0 International License