Click or drag to resize

KruskalWallisTestGetGroupSize(Int32) Method

Returns the size of the specified group.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public int GetGroupSize(
	int groupNum
)

Parameters

groupNum  Int32
A group index (zero-based).

Return Value

Int32
The number of observations in group groupNum.
See Also