procedure TiedRanks(const Data: TVec; const rks: TVec; out Adjustment: Double);
Tied ranks for vector elements.
| # | Name | Description |
|---|---|---|
| 1 | Data | Defines data for rank calculation. |
| 2 | rks | Returns data ranks for all elements. If some data elements are tied, the average ranks will be returned. |
| 3 | Adjustment | The adjustment for ties. |
Result: stored in self (calling object)
Remarks:
Calculates the ranks of elements in Data vector elements. If some data elements are tied, routine calculates their average rank.
See Also: Statistics.Ranks