Standard Deviation comparison between 2 dataset
Mostrar comentarios más antiguos
Hello,
I would like to ask if there is any funtion in matlab that support to do comparasion between 2 standard deviation from 2 data like in Minitab. The only one i can find is Vartest2, but it compare Variance instead of Standard deviation.
Thank you all.
2 comentarios
Mathieu NOE
el 15 de Abr. de 2022
hello
as far as I can remember variance is the squared value of SD. so if you have a solution that works for V you have a solution for SD
Truong Dinh
el 27 de Abr. de 2022
Respuestas (1)
Image Analyst
el 15 de Abr. de 2022
0 votos
Maybe you want the ttest() to do a T-test, or anova() to do the "F statistic" test.
1 comentario
Truong Dinh
el 27 de Abr. de 2022
Categorías
Más información sobre Descriptive Statistics and Visualization en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!