Standard Deviation comparison between 2 dataset
Show older comments
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 Comments
Mathieu NOE
on 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
on 27 Apr 2022
Answers (1)
Image Analyst
on 15 Apr 2022
0 votes
Maybe you want the ttest() to do a T-test, or anova() to do the "F statistic" test.
1 Comment
Truong Dinh
on 27 Apr 2022
Categories
Find more on Descriptive Statistics and Visualization in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!