Click or drag to resize
Accord.NET (logo)

LeveneTestMethod Enumeration

Levene test computation methods.

Namespace:  Accord.Statistics.Testing
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public enum LeveneTestMethod
Members
  Member nameValueDescription
Mean0 The test has been computed using the Mean.
Median1 The test has been computed using the Median (which is known as the Brown-Forsythe test).
TruncatedMean2 The test has been computed using the trimmed mean.
See Also