scipy

Bartlett's test and Levene's test in Python

Levene’s & Bartlett’s Test of Equality (Homogeneity) of Variance in Python

In this Python tutorial, you will learn how to 1) perform Bartlett’s Test, and 2) Levene’s Test. Both are tests that are testing the assumption of equal variances. Equality of variances (also known as homogeneity of variance, and homoscedasticity) in population samples is assumed in commonly used comparison of means tests, such as Student’s t-test

Levene’s & Bartlett’s Test of Equality (Homogeneity) of Variance in Python Read More »

Scroll to Top