| Name | Description | Type | Package | Framework |
| Bartlett | Bartlett's test is used to test if k samples are from populations with equal variances, hence homoscedasticity. | Class | com.numericalmethod.suanshu.stats.test.variance | SuanShu |
| BrownForsythe | The Brown-Forsythe test is a statistical test for the equality of group variances based on performing an ANOVA on a transformation of the response variable. | Class | com.numericalmethod.suanshu.stats.test.variance | SuanShu |
| F | The F-test tests whether two normal populations have the same variance. | Class | com.numericalmethod.suanshu.stats.test.variance | SuanShu |
| Levene | The Levene test tests for the equality of variance of groups. | Class | com.numericalmethod.suanshu.stats.test.variance | SuanShu |
| Levene .Type | the available implementations when computing the absolute deviationscompute the absolute | Class | com.numericalmethod.suanshu.stats.test.variance | SuanShu |