Definite Majority Choice: Difference between revisions

Content added Content deleted
No edit summary
Line 15: Line 15:
Quick example: A:99, B:98, C:50, D:25, E:25 would be counted as
Quick example: A:99, B:98, C:50, D:25, E:25 would be counted as
A>B>C>D=E
A>B>C>D=E
{| border="1"
{| class="wikitable" border="1"
|
! !! A !! B !! C !! D !! E !! F
! A !! B !! C !! D !! E !! F
|-
|-
! A
! A || 99 || 1 || 1 || 1 || 1 || 1
| 99 || 1 || 1 || 1 || 1 || 1
|-
|-
! B
! B || 0 || 98 || 1 || 1 || 1 || 1
| 0 || 98 || 1 || 1 || 1 || 1
|-
|-
! C
! C || 0 || 0 || 50 || 1 || 1 || 1
| 0 || 0 || 50 || 1 || 1 || 1
|-
|-
! D
! D || 0 || 0 || 0 || 25 || 0 || 1
| 0 || 0 || 0 || 25 || 0 || 1
|-
|-
! E
! E || 0 || 0 || 0 || 0 || 25 || 1
| 0 || 0 || 0 || 0 || 25 || 1
|-
|-
! F
! F || 0 || 0 || 0 || 0 || 0 || 00
| 0 || 0 || 0 || 0 || 0 || 00
|}
|}


Line 88: Line 95:


The pairwise matrix, with the victorious and approval scores highlighted:
The pairwise matrix, with the victorious and approval scores highlighted:
<table border cellpadding=3>
<table class="wikitable" cellpadding="3" border="">
<tr align="center"><td colspan=2 rowspan=2></td><th colspan=5>against</th></tr>
<tr align="center"><td colspan=2 rowspan=2></td><th colspan=5>against</th></tr>
<tr align="center"><td class="against"><span class="cand">Abby</span></td><td class="against"><span class="cand">Brad</span></td><td class="against"><span class="cand">Cora</span></td><td class="against"><span class="cand">Dave</span></td><td class="against"><span class="cand">Erin</span></td></tr>
<tr align="center"><th class="against"><span class="cand">Abby</span></th><th class="against"><span class="cand">Brad</span></th><th class="against"><span class="cand">Cora</span></th><th class="against"><span class="cand">Dave</span></th><th class="against"><span class="cand">Erin</span></th></tr>
<tr align="center">
<tr align="center">
<th rowspan=5>for</th>
<th rowspan=5>for</th>
<td class="for"><span class="cand">Abby</span></td>
<th class="for"><span class="cand">Abby</span></th>
<td bgcolor="yellow">645</td>
<td bgcolor="yellow">645</td>
<td class="loss">458</td>
<td class="loss">458</td>
Line 101: Line 108:
</tr>
</tr>
<tr align="center">
<tr align="center">
<td class="for"><span class="cand">Brad</span></td>
<th class="for"><span class="cand">Brad</span></th>
<td bgcolor="yellow">463</td>
<td bgcolor="yellow">463</td>
<td bgcolor="yellow">410</td>
<td bgcolor="yellow">410</td>
Line 109: Line 116:
</tr>
</tr>
<tr align="center">
<tr align="center">
<td class="for"><span class="cand">Cora</span></td>
<th class="for"><span class="cand">Cora</span></th>
<td class="loss">460</td>
<td class="loss">460</td>
<td class="loss">460</td>
<td class="loss">460</td>
Line 117: Line 124:
</tr>
</tr>
<tr align="center">
<tr align="center">
<td class="for"><span class="cand">Dave</span></td>
<th class="for"><span class="cand">Dave</span></th>
<td class="loss">436</td>
<td class="loss">436</td>
<td bgcolor="yellow">609</td>
<td bgcolor="yellow">609</td>
Line 125: Line 132:
</tr>
</tr>
<tr align="center">
<tr align="center">
<td class="for"><span class="cand">Erin</span></td>
<th class="for"><span class="cand">Erin</span></th>
<td class="loss">410</td>
<td class="loss">410</td>
<td class="loss">298</td>
<td class="loss">298</td>
Line 138: Line 145:
After reordering the pairwise matrix, it looks like this:
After reordering the pairwise matrix, it looks like this:


<table border cellpadding=3>
<table class="wikitable" cellpadding="3" border="">
<tr align="center"><td colspan=2 rowspan=2></td><th colspan=5>against</th></tr>
<tr align="center"><td colspan=2 rowspan=2></td><th colspan=5>against</th></tr>
<tr align="center">
<tr align="center">
<td class="against"><span class="cand">Erin</span></td>
<th class="against"><span class="cand">Erin</span></th>
<td class="against"><span class="cand">Abby</span></td>
<th class="against"><span class="cand">Abby</span></th>
<td class="against"><span class="cand">Cora</span></td>
<th class="against"><span class="cand">Cora</span></th>
<td class="against"><span class="cand">Brad</span></td>
<th class="against"><span class="cand">Brad</span></th>
<td class="against"><span class="cand">Dave</span></td>
<th class="against"><span class="cand">Dave</span></th>
</tr>
</tr>
<tr align="center">
<tr align="center">
<th rowspan=5>for</th>
<th rowspan=5>for</th>
<td class="for"><span class="cand">Erin</span></td>
<th class="for"><span class="cand">Erin</span></th>
<td bgcolor="yellow">708</td>
<td bgcolor="yellow">708</td>
<td class="loss">410</td>
<td class="loss">410</td>
Line 157: Line 164:
</tr>
</tr>
<tr align="center">
<tr align="center">
<td class="for"><span class="cand">Abby</span></td>
<th class="for"><span class="cand">Abby</span></th>
<td bgcolor="yellow">511</td>
<td bgcolor="yellow">511</td>
<td bgcolor="yellow">645</td>
<td bgcolor="yellow">645</td>
Line 165: Line 172:
</tr>
</tr>
<tr align="center">
<tr align="center">
<td class="for"><span class="cand">Cora</span></td>
<th class="for"><span class="cand">Cora</span></th>
<td class="loss">460</td>
<td class="loss">460</td>
<td class="loss">460</td>
<td class="loss">460</td>
Line 173: Line 180:
</tr>
</tr>
<tr align="center">
<tr align="center">
<td class="for"><span class="cand">Brad</span></td>
<th class="for"><span class="cand">Brad</span></th>
<td bgcolor="yellow">623</td>
<td bgcolor="yellow">623</td>
<td bgcolor="yellow">463</td>
<td bgcolor="yellow">463</td>
Line 181: Line 188:
</tr>
</tr>
<tr align="center">
<tr align="center">
<td class="for"><span class="cand">Dave</span></td>
<th class="for"><span class="cand">Dave</span></th>
<td class="loss">311</td>
<td class="loss">311</td>
<td class="loss">436</td>
<td class="loss">436</td>
Line 258: Line 265:
X2 > X4 >> X1 > X3
X2 > X4 >> X1 > X3
the following votes would be added into the pairwise array:
the following votes would be added into the pairwise array:
{| border="1"
{| class="wikitable" border="1"
|
! !! X1 !! X2 !! X3 !! X4
! X1 !! X2 !! X3 !! X4
|-
|-
! X1 || 0 || 0 || 1 || 0
! X1
| 0 || 0 || 1 || 0
|-
|-
! X2 || 1 || 1 || 1 || 1
! X2
| 1 || 1 || 1 || 1
|-
|-
! X3 || 0 || 0 || 0 || 0
! X3
| 0 || 0 || 0 || 0
|-
|-
! X4 || 1 || 0 || 1 || 1
! X4
| 1 || 0 || 1 || 1
|}
|}