Anova Model.Get Levene Test Method
Returns Levene's test to verify that the cells have the same variance.
Definition
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A LeveneTest object.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public LeveneTest GetLeveneTest()
Return Value
LeveneTestA LeveneTest 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.