Returns an array of length nkeys containing in its i-th element (i=0,1,...nkeys-1), the number of levels or categories of the i-th classification variable (column).

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

Syntax

C#
public int[] GetNvalues()
Visual Basic (Declaration)
Public Function GetNvalues As Integer()
Visual C++
public:
array<int>^ GetNvalues()

Return Value

A int array containing the number of levels or for each variable (column) in x.

See Also