Assess whether the variances of 2 or more groups are equal (Homogeneity of Variance).
Supports Brown-Forsythe (Median) and standard Levene (Mean) methods.
Levene's test is an inferential statistic used to assess the equality of variances for a variable calculated for two or more groups. This property is known as "Homogeneity of Variance" (Homoscedasticity). The test calculates the absolute deviations of data points from the group center (Mean or Median) and performs a one-way ANOVA on those deviations.
Statistical tests like the Independent T-Test and ANOVA assume that the variance across populations is equal. You use Levene's test to:
This tool utilizes Python's `scipy.stats.levene` on Google Cloud, offering precision matching R and SAS. We offer flexibility by allowing you to choose the center:
Uniquely, our tool visualizes the variance itself:
Results and charts are available in the downloadable PDF Report.
To maintain high-speed performance for calculations and plotting:
Import your dataset via CSV for instant analysis. No data is stored.
Bartlett's test is another method for testing equal variances, but it is highly sensitive to departures from normality. If your data is not perfectly normal, Bartlett's may give a "false positive." Levene's test is far more robust to non-normal data, making it the safer choice for most real-world datasets.