MatLab Confidence interval range

3 views (last 30 days)
Samantha Chin
Samantha Chin on 7 Dec 2019
Commented: Star Strider on 7 Dec 2019
Hi,
I am struggling with a problem. I know how to create a 95% confidence interval and I have the calculated mean and standard deviation, but I have a range of sample sizes. I want to create a 95% confidence interval using the range of 5-500 samples given that the mean is 146.4 and the standard deviation is 3.4785. Can someone help me??? I am getting tripped up by the range part of the code

Answers (1)

Star Strider
Star Strider on 7 Dec 2019
Use the tinv function to calculate the critical values for normally-distributed data with varying sample sizes. (This is in the Statistics and Machine Learning Toolbox, however it is very easy to code if you do not have the Toolbox.)
  2 Comments
Samantha Chin
Samantha Chin on 7 Dec 2019
What if I don't have any data though? I am just given a mean and standard deviation as well as the range of the sample size
Star Strider
Star Strider on 7 Dec 2019
I’m not certain what you’re asking.
If you have the mean and standard deviation and the sample sizes you want to calculate the confidence intervals for, that is all you need to use tinv to calculate them.

Sign in to comment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!