explain ranked data with examples
Ranked data refers to ordinal data where items are assigned relative positions or ranks
based on a specific order, such as highest to lowest, without precise numerical
differences between ranks.[1][2]
Key Characteristics
It shows the sequence or hierarchy among values, useful for comparisons like
performance or preferences.
Ranks have order (e.g., 1st, 2nd), but intervals are unequal or unknown. [3][4]
Handles ties via methods like standard (gaps after ties), dense (no gaps), or average
ranking.[1]
Examples
Class exam scores: Student A (rank 1, 95 marks), B (rank 2, 88 marks), C (rank 3,
85 marks); order matters, but gap between 95-88 ≠ 88-85. [1]
Customer satisfaction: Poor (rank 1), Fair (2), Good (3), Excellent (4). [2]
Sports finish: Runner times 10.1s (1st), 10.3s (2nd tied), 10.3s (2nd tied), 11s
(4th).[3]
Exam Relevance
In CS3352, ranked data aligns with ordinal qualitative types; expect questions
distinguishing from nominal or linking to Spearman's rank correlation. [5]