You are here: Symbol Reference > Statistics Namespace > Functions > Statistics.TiedRanks Function
Stats Master VCL
ContentsIndex
PreviousUpNext
Statistics.TiedRanks Function

Tied ranks for vector elements.

Pascal
procedure TiedRanks(const Data: TVec; const rks: TVec; out Adjustment: double);
Parameters 
Description 
Data 
Defines data for rank calculation. 
rks 
Returns data ranks for all elements. If some data elements are tied, the average ranks will be returned. 
Adjustment 
The adjustment for ties. 

Calculates the ranks of elements in Data vector elements. If some data elements are tied, routine calculates their average rank.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!