Does the One-way ANOVA test on MATLAB check that the conditions for applying ANOVA are met?
조회 수: 2 (최근 30일)
이전 댓글 표시
ANOVA conditions:
(1) the observations are normally distributed for each group
(2) all groups have equal variances
(3) the error terms have a mean value of zero and are independent.
Or do I need to incorporate checks for whether or not these conditions are met before applying ANOVA?
댓글 수: 0
답변 (1개)
Adam Danz
2019년 9월 11일
편집: Adam Danz
2019년 9월 11일
Great question, +1
Matlab does not perform any assumption checks to my knowledge.
So yes, you need to perform those tests prior to running the ANOVA.
[addendum]
Depending on what you're doing, you may be able to use a nonparametric statistical test that doesn't require some of these assumptions to be met.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 ANOVA에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!