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 (in Extreme.Numerics)
Version: 2.1.7017.0
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property IsBalanced As Boolean |
| C# |
|---|
public bool IsBalanced { get; } |
| Visual C++ |
|---|
public: property bool IsBalanced { bool get (); } |
Field 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.