Majority Judgment: Difference between revisions

Content added Content deleted
No edit summary
(→‎Example application: Updated following Wikipeia)
Line 17: Line 17:


If there were four ratings named "Excellent", "Good", "Fair", and "Poor", and each voter assigned four different ratings to the four cities, then the sorted scores would be as follows:
If there were four ratings named "Excellent", "Good", "Fair", and "Poor", and each voter assigned four different ratings to the four cities, then the sorted scores would be as follows:



<table>
<table>


<tr>
<tr>
<td align=right>City</td>
<td align=right>City&nbsp;&nbsp;&nbsp;</td>
<td>
<td>
<table cellpadding=0 width=600 border=0 cellspacing=0>
<table cellpadding=0 width=500 border=0 cellspacing=0>
<tr>
<tr>
<td width=49%>&nbsp;</td>
<td width=49%>&nbsp;</td>
<td width=2% textalign=center>\/</td>
<td width=2% textalign=center></td>
<td width=49%>Median point</td>
<td width=49%>Median point</td>
</tr>
</tr>
Line 37: Line 36:
<td align=right>Nashville</td>
<td align=right>Nashville</td>
<td>
<td>
<table cellpadding=0 width=600 border=0 cellspacing=0>
<table cellpadding=0 width=500 border=0 cellspacing=0>
<tr>
<tr>
<td bgcolor=green width=26%>&nbsp;</td>
<td bgcolor=green width=26%>&nbsp;</td>
<td bgcolor=YellowGreen width=42%></td>
<td bgcolor=YellowGreen width=42%></td>
<td bgcolor=Gold width=32%></td>
<td bgcolor=Gold width=32%></td>
<td bgcolor=red width=0%></td>
</tr>
</tr>
</table>
</table>
Line 51: Line 49:
<td align=right>Chattanooga</td>
<td align=right>Chattanooga</td>
<td>
<td>
<table cellpadding=0 width=600 border=0 cellspacing=0>
<table cellpadding=0 width=500 border=0 cellspacing=0>
<tr>
<tr>
<td bgcolor=green width=15%>&nbsp;</td>
<td bgcolor=green width=15%>&nbsp;</td>
<td bgcolor=YellowGreen width=43%></td>
<td bgcolor=YellowGreen width=43%></td>
<td bgcolor=Gold width=42%></td>
<td bgcolor=Gold width=42%></td>
<td bgcolor=red width=0%></td>
</tr>
</tr>
</table>
</table>
Line 65: Line 62:
<td align=right>Knoxville</td>
<td align=right>Knoxville</td>
<td>
<td>
<table cellpadding=0 width=600 border=0 cellspacing=0>
<table cellpadding=0 width=500 border=0 cellspacing=0>
<tr>
<tr>
<td bgcolor=green width=17%>&nbsp;</td>
<td bgcolor=green width=17%>&nbsp;</td>
<td bgcolor=YellowGreen width=15%></td>
<td bgcolor=YellowGreen width=15%></td>
<td bgcolor=Gold width=26%></td>
<td bgcolor=Gold width=26%></td>
<td bgcolor=red width=42%></td>
<td bgcolor=DarkOrange width=42%></td>
</tr>
</tr>
</table>
</table>
Line 79: Line 76:
<td align=right>Memphis</td>
<td align=right>Memphis</td>
<td>
<td>
<table cellpadding=0 width=600 border=0 cellspacing=0>
<table cellpadding=0 width=500 border=0 cellspacing=0>
<tr>
<tr>
<td bgcolor=green width=42%>&nbsp;</td>
<td bgcolor=green width=42%>&nbsp;</td>
<td bgcolor=YellowGreen width=0%></td>
<td bgcolor=DarkOrange width=58%></td>
<td bgcolor=Gold width=0%></td>
<td bgcolor=red width=58%></td>
</tr>
</tr>
</table>
</table>
Line 98: Line 93:
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>
<td>
<table cellpadding=1 width=600 border=0 cellspacing=1>
<table cellpadding=1 border=0 cellspacing=1>
<tr>
<tr>
<td width=25%>&nbsp;</td>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
<td bgcolor=green>&nbsp;</td>
<td bgcolor=green>&nbsp;</td>
<td>&nbsp;Exellent&nbsp;&nbsp;</td>
<td>&nbsp;Excellent&nbsp;&nbsp;</td>
<td bgcolor=YellowGreen>&nbsp;</td>
<td bgcolor=YellowGreen>&nbsp;</td>
<td>&nbsp;Good&nbsp;&nbsp;</td>
<td>&nbsp;Good&nbsp;&nbsp;</td>
<td bgcolor=Gold>&nbsp;</td>
<td bgcolor=Gold>&nbsp;</td>
<td>&nbsp;Fair&nbsp;&nbsp;</td>
<td>&nbsp;Fair&nbsp;&nbsp;</td>
<td bgcolor=red>&nbsp;</td>
<td bgcolor=DarkOrange>&nbsp;</td>
<td>&nbsp;Poor&nbsp;&nbsp;</td>
<td>&nbsp;Poor&nbsp;&nbsp;</td>
<td width=50%>&nbsp;</td>
</tr>
</tr>
</table>
</table>
Line 118: Line 112:
</table>
</table>


The medians for Nashville and Chatanooga would be "Good"; for Knoxville, "Fair"; and for Memphis, "Poor". Nashville and Chatanooga are tied, so "Good" ratings would be removed from both. After removing 16% of the votes from each, Chatanooga's median would round down to "Fair", while Nashville would remain at "Good"<ref>After removal, Chatanooga would have 42% of the initial electorate at "Fair", 27% "Good", and 15% "Excellent", while Nashville would have 32% "Fair", 26% "Good", and 26% "Excellent"</ref> and so '''Nashville''' would win.
The median rating for Nashville and Chatanooga is "Good"; for Knoxville, "Fair"; and for Memphis, "Poor". Nashville and Chatanooga are tied, so "Good" ratings have to be removed from both, until their medians become different. After removing 16% "Good" ratings from the votes of each, the sorted ratings are now:


<table>
<table>


<tr>
<tr>
<td align=right>City</td>
<td align=right>City&nbsp;&nbsp;&nbsp;</td>
<td>
<td>
<table cellpadding=0 width=600 border=0 cellspacing=0>
<table cellpadding=0 width=500 border=0 cellspacing=0>
<tr>
<tr>
<td width=49%>&nbsp;</td>
<td width=49%>&nbsp;</td>
<td width=2% textalign=center>\/</td>
<td width=2% textalign=center></td>
<td width=49%>Median point</td>
<td width=49%>Median point</td>
</tr>
</tr>
Line 138: Line 132:
<td align=right>Nashville</td>
<td align=right>Nashville</td>
<td>
<td>
<table cellpadding=0 width=600 border=0 cellspacing=0>
<table cellpadding=0 width=500 border=0 cellspacing=0>
<tr>
<tr>
<td bgcolor=gray width=8%>&nbsp;</td>
<td bgcolor=gray width=8%>&nbsp;</td>
Line 153: Line 147:
<td align=right>Chattanooga</td>
<td align=right>Chattanooga</td>
<td>
<td>
<table cellpadding=0 width=600 border=0 cellspacing=0>
<table cellpadding=0 width=500 border=0 cellspacing=0>
<tr>
<tr>
<td bgcolor=gray width=8%></td>
<td bgcolor=gray width=8%></td>
Line 173: Line 167:
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>
<td>
<table cellpadding=1 width=600 border=0 cellspacing=1>
<table cellpadding=1 border=0 cellspacing=1>
<tr>
<tr>
<td width=20%>&nbsp;</td>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
<td bgcolor=gray>&nbsp;</td>
<td bgcolor=gray>&nbsp;</td>
<td>&nbsp;Removed&nbsp;ratings&nbsp;(sorted&nbsp;to&nbsp;both&nbsp;ends&nbsp;evenly&nbsp;for&nbsp;easy&nbsp;comparison&nbsp;of&nbsp;medians&nbsp;with&nbsp;above).</td>
<td>&nbsp;Removed&nbsp;ratings&nbsp;(sorted&nbsp;to&nbsp;both&nbsp;ends&nbsp;evenly&nbsp;for&nbsp;easy&nbsp;comparison&nbsp;of&nbsp;medians&nbsp;with&nbsp;above).</td>
<td width=20%>&nbsp;</td>
</tr>
</tr>
</table>
</table>
</td>
</td>
</table>
</table>

Chatanooga now has the same number of "Fair" ratings as "Good" and "Excellent" combined, so its median is rounded down to "Fair", while Nashville's median remains at "Good"<ref>After removal, Chatanooga has 42% of the initial electorate at "Fair", 27% "Good", and 15% "Excellent", while Nashville has 32% "Fair", 26% "Good", and 26% "Excellent"</ref> and so '''Nashville''', the capital in real life, wins.

If voters from Knoxville and Chattanooga were to rate Nashville as "Poor" and/or both sets of voters were to rate Chattanooga as "Excellent", in an attempt to make their preferred candidate Chatanooga win, the winner would still be Nashville.


==See also==
==See also==