Returns the size of the specified group.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public int GetGroupSize(
	int groupNum
)
Visual Basic (Declaration)
Public Function GetGroupSize ( _
	groupNum As Integer _
) As Integer
Visual C++
public:
int GetGroupSize(
	int groupNum
)

Parameters

groupNum
Type: System..::.Int32
A group index (zero-based).

Return Value

The number of observations in group groupNum.

See Also