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!