Finding the Median with Class Scores

  • Thread starter Thread starter danago
  • Start date Start date
  • Tags Tags
    Class Median
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
8 replies · 4K views
danago
Gold Member
Messages
1,118
Reaction score
4
If I am given a frequency table, but instead of set scores, i am given classes, or a range of scores. So for example:

20-29 | 11
30-39 | 12
40-49 | 2

etc.

If asked to find the median of the set of data, should i give the midpoint of the class containing the median score, or should i give the whole class. So in the example above, should i give 34.5, or 30-39?

Thanks in advance,
Dan.
 
Physics news on Phys.org
No they dont, so id give the class boundaries then?

Thanks,
Dan.
 
danago said:
No they dont, so id give the class boundaries then?

Thanks,
Dan.

I can't think what else you would do. BTW the class boundaries would suggest that all of the scores are integers.
 
Dick said:
I can't think what else you would do. BTW the class boundaries would suggest that all of the scores are integers.

How is that so? Why does it suggest all scores are integers?
 
Oh i see. If i changed it to:

20 <= x < 29 | 11
29 <= x < 39 | 12
40 <= x < 49 | 2

Then that would allow for all scores within the boundaries, integers or not?
 
ok, thanks :smile: