Class Levene


  • public class Levene
    extends HypothesisTest
    The Levene test tests for the equality of variance of groups. Levene's test does not require normality of the underlying data. Some statistical tests, for example ANOVA, assume that variances are equal across groups or samples. A homoscedasticity test, such as the Levene test, can be used to verify that assumption.

    The R equivalent function is levene.test.

    See Also: