0todd0000 / spm1d

One-Dimensional Statistical Parametric Mapping in Python
GNU General Public License v3.0
61 stars 21 forks source link

Should ANOVA keyword argument "equal_var" ever be True? #141

Closed 0todd0000 closed 3 years ago

0todd0000 commented 4 years ago

(Redirected from #139)

I notice that equal_var = False in the scripts in the website. So I'm wondering if the it should be kept that way for all analyses. Or are there situations where equal_var = True?

0todd0000 commented 4 years ago

In general, equal_var should always be False.

Consider just a two-sample test, which is sufficient to understand the issue for more complex tests like ANOVA:

Here are some related links: