Borrar filtros
Borrar filtros

MatLab Confidence interval range

4 visualizaciones (últimos 30 días)
Samantha Chin
Samantha Chin el 7 de Dic. de 2019
Comentada: Star Strider el 7 de Dic. de 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

Respuestas (1)

Star Strider
Star Strider el 7 de Dic. de 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 comentarios
Samantha Chin
Samantha Chin el 7 de Dic. de 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 el 7 de Dic. de 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.

Iniciar sesión para comentar.

Categorías

Más información sobre Logical en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by