Standard Deviation comparison between 2 dataset
이전 댓글 표시
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
Mathieu NOE
2022년 4월 15일
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
2022년 4월 27일
답변 (1개)
Image Analyst
2022년 4월 15일
0 개 추천
Maybe you want the ttest() to do a T-test, or anova() to do the "F statistic" test.
카테고리
도움말 센터 및 File Exchange에서 Descriptive Statistics and Visualization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!