If some voter faction (call them the "Reds"), consisting of a fraction F (where 0≤F<1) of the voters, wants to, it is capable (regardless of what the other voters do) of electing at least ⌊(1+N)F-⌋ red winners (assuming, of course, that at least this many red candidates run, and the total number of winners is to be N).
Specifically, it can accomplish that by voting MAX for all Reds and MIN for everybody else.
So, the fix? This is the same fix that I used for the method that I developed recently. The method only worked with approval votes so I had to convert scores into approvals to get a generalised score method. It involves "splitting" voters. If a voter gives a score of 5/10 to a candidate, this converts into 0.5 voters approving the candidate and 0.5 voters not approving. This way, the total score given to each candidate is the same, but only in the form of the max score, or full approvals.For multiple candidates, if, for example, a voter gives scores of 10/10, 8/10 and 6/10 to A, B and C respectively, this would convert to 0.6 voters approving all three candidates, 0.2 approving A and B, and 0.2 approving just A. If a candidate is approved by a part of a voter, then so will any candidate given the same or higher score. This seems to be the least arbitrary and simplest way of doing the splitting. I initially saw it as asymmetrical because I pictured each voter like a square split into tenths with the number of candidates receiving approvals going down from left to right. Using the example above (scores of 10, 8, 6), it would be 3333332211 where the left 6 tenths approve all 3 of ABC, the next 2 tenths approve of AB and the right two tenths approve of just A. But it could equally be seen like this: 1233333321, which is nice and symmetrical like a pyramid.
--
You received this message because you are subscribed to the Google Groups "The Center for Election Science" group.
To unsubscribe from this group and stop receiving emails from it, send an email to electionscien...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Your idea of a varying approval cut-off parameter sounds quite interesting, but if you think that you would have to restrict voters' ballots, then that's clearly a problem.
Also I'm always slightly averse to measuring slates against each other by overall score, because it automatically creates bias in favour of larger factions/parties.
True. Hmm... that comment, combined with your example below, makes me think. I can't put my thoughts into coherent form just yet, but I am definitely trying to work something out. I think there's probably a coherent way to fix this. You want a system that will prefer AB in the case:1: ABC1: ABDAnd also prefer BC in the case:50: AB1: BC49: CBut that won't prefer ABC in the case:2: ABC1: DNote that I say "prefer" rather than just "choose", because I don't think sequential tricks are enough.Jameson
I was doing some searching, and it seems that the criterion I've named independence of commonly rated candidates has been around for over 100 years, and was used by Lars Edvard Phragmén and Gustav Cassel to criticise Thorvald Thiele's sequential proportional approval voting method (which is the sequential version of Forest Simmons's method).
As Toby said,
https://groups.yahoo.com/neo/groups/election-methods-list/conversations/messages/12468
is a pretty clear post by Bjarke Dahl Ebert allegedly
describing Phragmen's multiwinner voting method and some suggested changes
(hopefully improvements). He does not cite any original work by Phragmen but
another post cited
E. Phragmen: "Till frågan om en proportionell valmetod" [On the
Question of a
Proportional Election Method], Statsvetenskaplig Tidskrift (StvT,) 2,7
(1899) 87-95.
It seems reasonable to me at least on the surface.
I'd like to see some theorems proven about it -- is there a global optimum,
which their "greedy" approach finds? What is the relation with
http://RangeVoting.org/MonroeMW.html?
Previously it had been suggested that a reasonable proportionality score would be mean (x^2) / (mean x)^2, where x is the voters' representation scores. Perfect proportionality would score at 1. But this AB result would have a score of 0.75. So the formula would need further tweaking to convert the 0.75 into 0.5. Similarly, another "equilibrium" result for Sainte-Laguë PAV is:3 to elect15: A, B, C, D15: A, B, C, E15: A, B, C, F8: D8: E8: FABC is equal to DEF. Because the ABC result can be split into three this time, we'd want its proportionality level to be 1/3. Its mean (x^2) - (mean x)^2 level would be 15/23. 15/23 is 1/(1 + 1/3 + 1/5).And similarly, we would want 1/(1 + 1/3 + 1/5 + 1/7) (which is 105/176) to convert to 1/4 and so on. So we have:3/4 -> 1/215/23 -> 1/3105/176 -> 1/4I could fiddle around to come up with a general formula, but it would be nasty and would I think have to involve the inverse of the harmonic number function, and not something you'd really want in a voting system that you're trying to keep as simple as possible. Also, it would need to be shown that these are the correct conversion numbers in every case, and I'm not convinced that this is the correct direction to be going in. I generally don't trust the divisors here because the Simmons PAV method can be shown to give weird results when you multiply things up and try to generalise. Also that 15/8 ratio above seems clunky and arbitrary and I wonder if its a case of the system being pushed further than is reasonable.
https://groups.yahoo.com/neo/groups/election-methods-list/conversations/messages/12468
is a pretty clear post by Bjarke Dahl Ebert allegedly
describing Phragmen's multiwinner voting method and some suggested changes
(hopefully improvements). He does not cite any original work by Phragmen but
another post cited
E. Phragmen: "Till frågan om en proportionell valmetod" [On the
Question of a
Proportional Election Method], Statsvetenskaplig Tidskrift (StvT,) 2,7
(1899) 87-95.
It seems reasonable to me at least on the surface.
I'd like to see some theorems proven about it -- is there a global optimum,
which their "greedy" approach finds? What is the relation with
http://RangeVoting.org/MonroeMW.html?
I don't see why you suppose that some of the voters don't use the full range. Isn't it reasonable to expect voters would notvoluntarily give up political power?