Mann Whitney Test<T>.Get Mean Rank Method
            
            
            Returns the mean of the ranks of the observations from the specified group.
            
Definition
Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
The mean of the ranks of the observations from the specified group.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public double GetMeanRank(
	int groupIndex
)Parameters
- groupIndex Int32
 - The zero-based index of the group or variable.
 
Return Value
DoubleThe mean of the ranks of the observations from the specified group.