Returns the mean rank for the specified group.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public double GetGroupMeanRank( int groupNum ) |
| Visual Basic (Declaration) |
|---|
Public Function GetGroupMeanRank ( _ groupNum As Integer _ ) As Double |
| Visual C++ |
|---|
public: double GetGroupMeanRank( int groupNum ) |
Parameters
- groupNum
- Type: System..::.Int32
A group index (zero-based).