Home > Extreme Optimization Statistics Library for .NET > Reference > Extreme.Statistics.Tests Namespace


Extreme Optimization Statistics Library for .NET

LeveneTest Class

Represents Levene's test that a set of samples have the same variance.

For a list of all members of this type, see LeveneTest Members.

System.Object
   HypothesisTest
      MultiSampleTest
         LeveneTest

[Visual Basic]
NotInheritable Public Class LeveneTest
Inherits MultiSampleTest
[C#]
public sealed class LeveneTest : MultiSampleTest

Remarks

Use the LeveneTest class to test whether a number of samples have the same variance. This property is called homogeneity of variance.

Some statistical procedures, such as the Analysis of Variance, assume that variances are the same across groups.

Bartlett's test can also be used for this purpose. However, Levene's test is more robust against departures from normality. On the down side, Levene's test is slower than Bartlett's test. If there is strong evidence that the data is, in fact, distributed normally, then Bartlett's test is usually preferred.

Requirements

Namespace: Extreme.Statistics.Tests

Assembly: Extreme.Statistics (in Extreme.Statistics.dll)

See Also

LeveneTest Members | Extreme.Statistics.Tests Namespace | BartlettTest