Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
hgrove
 
Posts: n/a
Default


Mark wrote...
Is there a mechanized way to take a series of grades and bump them up

or
down to fit a forced distribution, eg. no more than 10% get A's, 30%

B's etc...

I've never understood the logic behind grading on a curve. If the test
is fair, then if, say, 1/4 of students taking it score 90%, shouldn't
all of them get As? Likewise, if more than 1/2 score below 50%,
shouldn't those fail?

Now if there were some methaphysical fairness involved, to wit, the
teacher would be fired if s/he needed to skew the scores consistently
up or down, then curves would be OK.

As a pure thought experiment, if the top 10% of scores should get As,
then with the named range Scores containing the scores and x one of
those scores, the grade for x would be given by

=LOOKUP(PERCENTRANK(Scores,x),{0;0.3;0.6;0.9},{"D" ;"C";"B";"A"})

This won't give precise cutoffs if there are any ties for the scores at
the 90th, 60th, etc. percentiles. Scores at such thresholds would get
the lower grade. If you want them to receive the higher grade, use the
formula

=LOOKUP(COUNTIF(Scores,"<="&x)/COUNT(Scores),{0;0.3;0.6;0.9},
{"D";"C";"B";"A"})


--
hgrove
------------------------------------------------------------------------
hgrove's Profile: http://www.excelforum.com/member.php...o&userid=11432
View this thread: http://www.excelforum.com/showthread...hreadid=274627

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Seed numbers for random number generation, uniform distribution darebo Excel Discussion (Misc queries) 3 April 21st 23 09:02 PM
how do i draw a distribution chart in excel travish19 Charts and Charting in Excel 3 January 15th 05 01:18 AM
bell-shape normal distribution curve SM Charts and Charting in Excel 6 December 11th 04 08:29 PM
Distribution Graph Eran Raizman New Users to Excel 1 December 3rd 04 09:05 PM


All times are GMT +1. The time now is 05:28 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"