<div><div><br><div class="gmail_quote">On Tue, Nov 16, 2010 at 1:54 PM, Kristofer Munsterhjelm <span dir="ltr"><<a href="mailto:km-elmet@broadpark.no">km-elmet@broadpark.no</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Jonathan Lundell wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Nov 16, 2010, at 5:57 AM, Kristofer Munsterhjelm wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I suspect that one can't have both quota proportionality and<br>
monotonicity, so I've been considering divisor-based proportional<br>
methods, but it's not clear how to generalize something like<br>
Webster to ranked ballots. I did try (with my M-Set Webster<br>
method), and it is, to my knowledge, monotone, but it's not very<br>
good in the single-winner instance.<br>
</blockquote>
<br>
Woodall in 2003 formalized a method he called "Quota-Preferential by<br>
Quotient" (QPQ), based on a suggestion by Olli Salmi on this list.<br>
Woodall demonstrates that it satisfies DPC, but doesn't say much<br>
about other criteria.<br>
</blockquote>
<br>
I know about QPQ, but I don't think it's monotone.<br>
<br>
The kind of "ranked divisor method" I'm thinking about would probably need another criterion. The reason I suspect this (like I suspect the incompatibility of monotonicity with the DPC) is based on party list apportionment methods.<br>


<br>
For apportionment methods, no method can meet both population-pair monotonicity (moving votes from one party to another won't lead the former to gain seats and the latter to lose them) and quota. Divisor methods can meet population-pair monotonicity, but they do so by some times failing quota, with Webster failing quota the least.<br>


<br>
If one can link ranked vote monotonicity and population-pair monotonicity, and quota and DPC, then that would suggest that:<br>
<br>
1. you can't have both monotonicity and the DPC.<br>
2. divisor methods can be monotone, but they will fail the DPC.<br>
<br>
This might be doable by "emulating" party list PR inside a ranked ballot method by having every voter vote only for the candidates of some party, in a predetermined order, with different voters in the electorate voting for different parties that way. I think STV reduces to largest-remainder with a Droop quota if you do that, but I am not sure.<br>


<br>
I think it would be harder to link population-pair monotonicity to ballot-based monotonicity than quota to the DPC. The quota restriction would be stricter than the DPC: even if you had, say, a "Imperiali quota criterion", you couldn't have both it and monotonicity -- if you can link the criteria in the way I mentioned.<br>


<br>
<br>
My M-Set Webster method replaces the DPC with a constraint set that every solid coalition of k candidates preferred by v voters should be entitled to at least min(k, round(v/q)) of the seats, where q is set to the least value where the combined constraints thus produced can all be met.<br>


<br>
It seems to work (there's also a margins phase to make monotonicity work in certain ambiguous cases), but it's very specific and, as the single-winner version shows, not very good at finding compromises.<br>
<br>
A full description can be found at <a href="http://lists.electorama.com/pipermail/election-methods-electorama.com/2010-March/025641.html" target="_blank">http://lists.electorama.com/pipermail/election-methods-electorama.com/2010-March/025641.html</a> if you're interested.<br>

</blockquote><div> </div></div></div></div><div><br></div><div>Have you looked into Monroe's method?  (The American Political Science Review, Vol. 89, No. 4 (Dec., 1995), pp. 925-940)</div><div><div><br></div><div>Every voter submits a grade for every candidate.  Say there are N voters, M candidates and S seats to be filled.  A valid election outcome consists of choosing the S winners out of the M candidates as well as assigning the voters, evenly, to the winning candidates.  That is, every winning candidate must be assigned either floor(N/S) or ceil(N/S) constituents.  We define the quality of the election outcome to be the sum of each voter's grade for his assigned candidate.  Ideally, we would find the election outcome that maximizes quality, but that problem is non-polynomial in the size of M and S.  Here is Warren Smith's complexity analysis: <a href="http://rangevoting.org/MonroeMW.html">http://rangevoting.org/MonroeMW.html</a></div>

</div><div><br></div><div>In my opinion, Monroe's method works most naturally with score voting inputs.  It could also be used with approval voting inputs.</div><div><br></div><div>It could even be used with ranked ballots, using a positional vector to translate each candidate's ranking position into a grade.</div>

<div><br></div><div>Ignoring the algorithmic difficulty, what criteria does this method satisfy?</div><div>Monotonicity?</div><div>Proportionality?</div><div>Quota?</div>