Gets a value that indicates whether this ANOVA design is balanced.

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 ();
}

Remarks

A design is balanced when all the cells have the same number of observations. A cell is a set of data corresponding to specific values of the factors in the model.