Returns the mean rank for the specified group.

Namespace:  CenterSpace.NMath.Stats
Assembly:  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).

Return Value

The mean rank for the observations in group groupNum.

See Also