Returns the cell counts.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double[] GetCellCounts()
Visual Basic (Declaration)
Public Function GetCellCounts As Double()
Visual C++
public:
array<double>^ GetCellCounts()

Return Value

A double array which contains the number of actual observations in each cell.

See Also