Gets the number of observations per cell.

Namespace: Extreme.Statistics
Assembly:   Extreme.Numerics (in Extreme.Numerics)
Version: 2.1.7017.0

Syntax

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

Field Value

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