Ranking methods: Difference between revisions

Content added Content deleted
(→‎{{header|AWK}}: Translation of Python.)
(Improve description)
Line 15: Line 15:


Create functions/methods/procedures/subroutines... that apply one, each, of the following ranking methods to an ordered list of scores with scorers:
Create functions/methods/procedures/subroutines... that apply one, each, of the following ranking methods to an ordered list of scores with scorers:
# Standard. (Ties share what would have been their first ordinal number).
# Standard.
# Modified. (Ties share what would have been their last ordinal number).
# Modified.
# Dense. (Ties share the next available integer).
# Dense.
# Ordinal. ((Competitors take the next available integer. Ties are not treated otherwise).
# Ordinal.
# Fractional. (Ties share the mean of what would have been their ordinal numbers).
# Fractional.
See the [[wp:Ranking|wikipedia article]] for a fuller description.


Show here, on this page, the ranking of the test scores under each of the numbered ranking methods.
Show here, on this page, the ranking of the test scores under each of the numbered ranking methods.