 | KruskalWallisTestRanks Property |
Gets an array of vectors containing the ranks of the data.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleVector[] Ranks { get; }Public ReadOnly Property Ranks As DoubleVector()
Get
public:
property array<DoubleVector^>^ Ranks {
array<DoubleVector^>^ get ();
}member Ranks : DoubleVector[] with get
Property Value
DoubleVector
See Also