LeveneCenter

Specifies which center statistic to use when computing deviations in leveneTest.

The choice of center affects the test's sensitivity to non-normality:

  • MEAN gives the classic Levene's test, which is more powerful under normality.

  • MEDIAN gives the Brown-Forsythe variant, which is more robust to non-normal data and is the recommended default (matching scipy's default).

Entries

Link copied to clipboard

Classic Levene's test: deviations from the group mean.

Link copied to clipboard

Brown-Forsythe variant: deviations from the group median (more robust).

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.