Describe the enhancement requested
The Rank implementation currently mixes ties detection and rank computation in a single function CreateRankings. Separating those two concerns would hopefully 1) decrease the amount of generated code 2) help with the percentile rank implementation.
Component(s)
C++
Describe the enhancement requested
The Rank implementation currently mixes ties detection and rank computation in a single function
CreateRankings. Separating those two concerns would hopefully 1) decrease the amount of generated code 2) help with the percentile rank implementation.Component(s)
C++