Returns Levene's test to verify that the cells have the same variance.
Namespace: Extreme.StatisticsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public LeveneTest GetLeveneTest()
Public Function GetLeveneTest As LeveneTest
public:
LeveneTest^ GetLeveneTest()
member GetLeveneTest : unit -> LeveneTest
Return Value
Type:
LeveneTestA
LeveneTest object.
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.
Numerical Libraries
Supported in: 6.0, 5.x
Reference