Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Which version of Levene's test to use? #56

Open
krajcsi opened this issue Jul 16, 2017 · 1 comment
Open

Which version of Levene's test to use? #56

krajcsi opened this issue Jul 16, 2017 · 1 comment

Comments

@krajcsi
Copy link
Contributor

krajcsi commented Jul 16, 2017

See the center parameter in https://docs.scipy.org/doc/scipy-0.14.0/reference/generated/scipy.stats.levene.html, and some explanation in https://en.wikipedia.org/wiki/Levene%27s_test#Comparison_with_the_Brown%E2%80%93Forsythe_test

Median is the default option in statsmodels.

See also #86 about other tests to check homogeneity.

@krajcsi krajcsi changed the title Which version of Levene test to use? Which version of Levene's test to use? Jul 16, 2017
@krajcsi
Copy link
Contributor Author

krajcsi commented May 27, 2020

Summary by Katalin Gilányi

Three versions:

  • mean (original)
  • median (Brown és Forsythe (1974))
  • trimmed (Brown és Forsythe (1974))

Carrol & Schneider (1985) suggests that the median should be used when the distribution is not known.

Carroll, R. J., & Schneider, H. (1985). A note on levene’s tests for equality of variances. Statistics & Probability Letters, 3(4), 191–194. https://doi.org/10.1016/0167-7152(85)90016-1

@krajcsi krajcsi removed the question label Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant