Gets a value that indicates whether all the cells in the ANOVA design have the
same number of observations.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property IsBalanced As Boolean |
| C# |
|---|
public bool IsBalanced { get; } |
| C++ |
|---|
public: bool IsBalanced { bool get (); } |
Value
true 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.