Gets the grand mean rank of the data.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public double GrandMeanRank { get; }
Visual Basic (Declaration)
Public ReadOnly Property GrandMeanRank As Double
Visual C++
public:
property double GrandMeanRank {
	double get ();
}

Remarks

The grand mean is the mean rank of all of the data.

See Also