Mann Whitney Test<T>.Get Count Method
Returns the number of observations in the specified group.
Definition
Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The number of observations in the specified group.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public int GetCount(
int groupIndex
)
Parameters
- groupIndex Int32
- The zero-based index of the group or variable.
Return Value
Int32The number of observations in the specified group.