Anova Model.Is Balanced Property
Gets whether all the cells in the ANOVA design have the
same number of observations.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
true if all the cells in the design have the same number of observations; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public abstract bool IsBalanced { get; }
Property Value
Booleantrue if all the cells in the design have the same number of observations; otherwise false.
Remarks
Evaluating unbalanced designs is very difficult except for the simplest one-way cases. Most often, the data is adjusted so the simpler equations for balanced designs can be used.