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
| Member | Description |
|---|---|
| Levene |
Use LeveneTest.
|
| Bartlett |
Use BartlettTest.
|
Remarks
The default is Levene's test.