Standard Deviation comparison between 2 dataset
Ältere Kommentare anzeigen
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 Kommentare
Mathieu NOE
am 15 Apr. 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
am 27 Apr. 2022
Antworten (1)
Image Analyst
am 15 Apr. 2022
0 Stimmen
Maybe you want the ttest() to do a T-test, or anova() to do the "F statistic" test.
Kategorien
Mehr zu Descriptive Statistics and Visualization finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!