TestOfHomogeneityOfVariances Enumeration

Enumerates the choices when testing whether a number of samples have the same variance.

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public enum TestOfHomogeneityOfVariances

Remarks

The default is Levene's test.

Members

Levene0 Use Levene's test.
Bartlett1 Use Bartlett's test.

See Also