Test Of Homogeneity Of Variances Enumeration
Enumerates the choices when testing whether a number of samples
have the same variance.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public enum TestOfHomogeneityOfVariances
Remarks
The default is Levene's test.
Members
Levene | 0 | Use Levene's test. |
Bartlett | 1 | Use Bartlett's test. |