Returns a test to verify that the cells have the same variance.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function GetHomogeneityOfVariancesTest As MultiSampleTest |
| C# |
|---|
public MultiSampleTest GetHomogeneityOfVariancesTest () |
| C++ |
|---|
public: MultiSampleTest^ GetHomogeneityOfVariancesTest () |
Return Value
A MultiSampleTest object.
Remarks
Analysis of Variance assumes that the data in each cell, corresponding to each factor or combination
of factors, have the same variance.
Use this method to obtain a statistical test object that can be used to verify this assumption.
By default, LeveneTest is used.
LeveneTest