Anova Model.Get Bartlett Test Method
Returns Bartlett's test to verify that the cells have the same variance.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A MultiSampleTest<T> object.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public BartlettTest GetBartlettTest()
Return Value
BartlettTestA MultiSampleTest<T> 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.