Mann Whitney Test<T>.Get Sum Of Ranks Method
Returns the sum of the ranks of the observations from the specified group.
Definition
Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The sum of the ranks of the observations from the specified group.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public double GetSumOfRanks(
int groupIndex
)
Parameters
- groupIndex Int32
- The zero-based index of the group or variable.
Return Value
DoubleThe sum of the ranks of the observations from the specified group.