Test Of Homogeneity Of Variances 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#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public enum TestOfHomogeneityOfVariancesRemarks
The default is Levene's test.
Members
| Levene | 0 | Use Levene's test. |
| Bartlett | 1 | Use Bartlett's test. |