MannWhitneyTest<T>.GetCount Method

Returns the number of observations in the specified group.

Definition

Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public int GetCount(
	int groupIndex
)

Parameters

groupIndex  Int32
The zero-based index of the group or variable.

Return Value

Int32
The number of observations in the specified group.

See Also