<div dir="ltr">Hi Forest,<div><br></div><div>Try this example:</div><div><pre style="font-family:monospace,Courier;color:black;background-color:rgb(249,249,249);border:1px solid rgb(221,221,221);padding:1em;white-space:pre-wrap;line-height:1.3em;font-size:14px"> 98: Abby >  Cora >  Erin >  Dave > Brad
 64: Brad >  Abby >  Erin >  Cora > Dave
 12: Brad >  Abby >  Erin >  Dave > Cora
 98: Brad >  Erin >  Abby >  Cora > Dave
 13: Brad >  Erin >  Abby >  Dave > Cora
125: Brad >  Erin >  Dave >  Abby > Cora
124: Cora >  Abby >  Erin >  Dave > Brad
 76: Cora >  Erin >  Abby >  Dave > Brad
 21: Dave >  Abby >  Brad >  Erin > Cora
 30: Dave >  Brad >  Abby >  Erin > Cora
 98: Dave >  Brad >  Erin >  Cora > Abby
139: Dave >  Cora >  Abby >  Brad > Erin
 23: Dave >  Cora >  Brad >  Abby > Erin
</pre><br class="gmail-Apple-interchange-newline"></div><div>Abby defeats all candidates except Brad, and Brad defeats all candidates except Dave.  So S(Abby) is the total number of ballots on which Brad is ranked above all other candidates except possibly Dave.  So T(Brad) = Brad > Abby votes , 463 minus the 23 ballot where Cora > Brad.  So S(Abby) = 440.</div><div><br></div><div>Similarly, S(Brad) = T(Dave).  Dave defeats all candidates except Abby and Erin.  So T(Dave) = total number of ballots on which Dave is ranked higher than all candidates except possibly Abby or Erin.  So T(Dave) = 21 + 30 + 98 + 139 + 23 = 311.</div><div><br></div><div>I haven't worked out the rest, but I believe they are all higher.  So Brad would beat Abby.  I think in this case I would prefer Abby to Brad, so I'm not entirely happy.</div><div><br></div><div>I am also not seeing an obvious way to make this summable.</div><div><br></div><div>What's wrong with using Equal-Rated-Zero for pairwise votes, and then minimizing the sum of defeating scores against a candidate?  In other words, add up all the defeating scores in a candidate's column in the pairwise array.  I'm sure that has a name already. In this example,  Abby would win with a total of 463 votes Brad>Abby, which is less than the total defeating scores for any other candidate.  It also has the advantage of being summable with no other information than the pairwise array required.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jun 11, 2019 at 5:02 PM Forest Simmons <<a href="mailto:fsimmons@pcc.edu">fsimmons@pcc.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Our first attempts at improved Copeland ended up losing monotonicity without fully achieving clone independence.</div><div><br></div><div>I will repeat that version here for comparison:</div><div><br></div><div>Elect the candidate with the fewest top rank ballot totals for the candidates that beat her pairwise.</div><div><br></div><div>It turns out that we have to replace the top rank totals with something that counts a few additional votes beyond the top tallies:</div><div><br></div><div>For each candidate X let T(X) be the number of ballots on which candidate X is ranked above all of the candidates that she beats pairwise.</div><div><br></div><div>This total includes all of the unique top votes of candidate X, but also includes some others.</div><div><br></div><div>So here's the method: elect the candidate Y that minimizes S(Y) defined as the sum of T(X) (over all X that beat Y pairiwise).</div><div><br></div><div>Here's an example:</div><div><br></div><div>4 A>B</div><div>2 B>C</div><div>3 C>A</div><div><br></div><div>T totals in the form of top votes plus extras from second ranks:<br></div><div>T(A) = 4 + 3 = 7</div><div>T(B) = 2 + 4 = 6<br></div><div>T(C) = 3 +2 = 5</div><div><br></div><div>S(A) = T(C) = 5 < 6 = T(B)=S(C) < 7 = T(A)=S(B),</div><div><br></div><div>so S(A) < S(C) < S(B)</div><div><br></div><div>A is the winner, B is the loser, and C is in the middle of the social order according to this method.</div><div><br></div><div>I would appreciate it being tested on your favorite examples. If it needs clarification I will use your examples to clarify it, as long as it holds up to scrutiny.</div><div><br></div><div>Thanks,</div><div><br></div><div>Forest<br></div><div><br></div><div><br></div><br></div>
----<br>
Election-Methods mailing list - see <a href="https://electorama.com/em" rel="noreferrer" target="_blank">https://electorama.com/em</a> for list info<br>
</blockquote></div>