 | KruskalWallisTestGrandMeanRank Property |
Gets the grand mean rank of the data.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic double GrandMeanRank { get; }Public ReadOnly Property GrandMeanRank As Double
Get
public:
property double GrandMeanRank {
double get ();
}member GrandMeanRank : float with get
Property Value
Double
RemarksThe grand mean is the mean rank of all of the data.
See Also