Standard Deviation comparison between 2 dataset
Afficher commentaires plus anciens
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 commentaires
Mathieu NOE
le 15 Avr 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
le 27 Avr 2022
Réponses (1)
Image Analyst
le 15 Avr 2022
0 votes
Maybe you want the ttest() to do a T-test, or anova() to do the "F statistic" test.
Catégories
En savoir plus sur Descriptive Statistics and Visualization dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!