Stephenson rank scores for one block
stephenson_scores.RdGives each unit the score \(\binom{r - 1}{\zeta - 1}\), where \(r\) is the unit's rank within the block from 1 for the smallest outcome, and \(\zeta\) is the tuning parameter. The score counts the subsets of \(\zeta\) units in the block in which this unit has the largest outcome. With \(\zeta = 2\) it is \(r - 1\), the Wilcoxon score up to a constant; as \(\zeta\) grows only the highest-ranked units score at all.
Details
Tied outcomes receive the average of the ranks they span, and the
binomial coefficient is then evaluated by R's choose() at a
non-integer first argument, which is the product
\((r-1)(r-2)\cdots(r-\zeta+1)/(\zeta-1)!\) and can be negative for a
tied rank between \(\zeta - 1\) and \(\zeta\).