procedure Ranks(const Data: TVec; const rks: TVec);
Rank vector elements (no tie adjustment).
| # | Name | Description |
|---|---|---|
| 1 | Data | Defines data for rank calculation. |
| 2 | rks | Returns data ranks for all elements. |
Result: stored in self (calling object)
Remarks:
Ranks all Data vector elements with no adjustment for ties.
See Also: Statistics.TiedRanks