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

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Enumeration TestOfHomogeneityOfVariances
C#
public enum TestOfHomogeneityOfVariances
C++
public enum class TestOfHomogeneityOfVariances

Members

MemberDescription
Levene
Use LeveneTest.
Bartlett

Remarks

The default is Levene's test.