Gets an array of vectors containing the ranks of the data.

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

Syntax

C#
public DoubleVector[] Ranks { get; }
Visual Basic (Declaration)
Public ReadOnly Property Ranks As DoubleVector()
Visual C++
public:
property array<DoubleVector^>^ Ranks {
	array<DoubleVector^>^ get ();
}

See Also