Azzera filtri
Azzera filtri

Does the One-way ANOVA test on MATLAB check that the conditions for applying ANOVA are met?

4 visualizzazioni (ultimi 30 giorni)
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?

Risposte (1)

Adam Danz
Adam Danz il 11 Set 2019
Modificato: Adam Danz il 11 Set 2019
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.

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by