Gets the number of observations per cell.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property ObservationsPerCell As Integer
C#
public int ObservationsPerCell { get; }
C++
public:
int ObservationsPerCell {
	int get ();
}

Value

If the design is IsBalanced, the number of observations in each cell; otherwise the value -1.