TestOfHomogeneityOfVariances 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.0
C#
public enum TestOfHomogeneityOfVariances

Remarks

The default is Levene's test.

Members

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

See Also