Ranking methods: Difference between revisions

Content added Content deleted
(jq)
(ce)
Line 14: Line 14:
39 Stephen</pre>
39 Stephen</pre>


Create functions/methods/procedures/subroutines... that apply one, each, of the following ranking methods to an ordered list of scores with scorers:
For each of the following ranking methods, create a function/method/procedure/subroutine... that applies the ranking method to an ordered list of scores with scorers:
# Standard. (Ties share what would have been their first ordinal number).
# Standard. (Ties share what would have been their first ordinal number).
# Modified. (Ties share what would have been their last ordinal number).
# Modified. (Ties share what would have been their last ordinal number).