Borrar filtros
Borrar filtros

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

4 visualizaciones (últimos 30 días)
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?

Respuestas (1)

Adam Danz
Adam Danz el 11 de Sept. de 2019
Editada: Adam Danz el 11 de Sept. de 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.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by