Distributed Voting: Difference between revisions

Added Distributed Equal-Vote
No edit summary
(Added Distributed Equal-Vote)
 
(6 intermediate revisions by the same user not shown)
Line 1:
[[File:DV Procedure.svg|alt=DV procedure|351px|thumb|DV procedure]]
Tragni'sDistributed Voting method(DV) is a [[Single Member system|Single-Winner]] and [[Multi-Member System|Multi-Winner]], [[Cardinal voting systems]], inventedproposed by [[User:Aldo_TragniAldo Tragni|Aldo Tragni]].
 
The peculiarity of this method is the use of multiplication to make the aggregation of votes.
 
==Procedure==
 
Voter score candidates usingwith valuerange {[0,1,9]...,5} The vote is then converted to 100 points (normalization).
 
# The worst candidate, with the lowest sum of points, is eliminated.
# The points of the eliminated candidate are proportionally redistributed in each vote (normalization).
 
By repeating processes 1 and 2, the worst candidate is eliminated each time, and the remaining candidates are the winners.
 
==Extended procedure (single winner)==
 
It's the procedure indicated above in which:
* the votes are reversed and made negative before counting ''(subtracting 9 from the original ratings)''.
 
Original vote: A[9] B[7] C[5] D[3] E[1] F[0]
# For each pair of candidates, the one that is proportionally better than the other wins.
Reversed vote, made negative: A[0] B[-2] C[-4] D[-6] E[-8] F[-9]
# The candidate who is the winner in most pairs, wins the election.
 
''Reversing and making negative means that the voter's 100 points are used to disadvantage the worst from winning (points will be always negative in the counting). This procedure reduces the failure of monotony, for the single-winner case, and increases resistance to min-maxing strategies.''
If 2 or more candidates have the same number of pairs-wins, then the candidate among them with the highest sum wins.
 
==Ballot==
Line 26 ⟶ 35:
===Digital ballot===
 
By using self-resizing sliders it's possible to obtain a simple ballot that use the cumulative vote, with 100 points to distribute. However, it's better to use range [0,9] also in digital ballot.
 
==Procedure specification==
Line 33 ⟶ 42:
 
P = 100 (can also be set to 1).
S = points sum of the candidates remaining in the vote, after an elimination.
V = old points value of candidate X.
newV = new points value of candidate X.
<math>\begin{equation}
Line 120 ⟶ 129:
Each voter, based on his own interests, creates the following 2 sets of candidates:
 
* Winner Set = set containing a quantitynumber of favorite candidates equal to or less than the number of winners.
* Loser Set = set containing the candidates who aren't part of the Winner Set.
 
Line 157 ⟶ 166:
* cancel the Equality in some steps of the count.
* increase the complexity of the counting.
* if a voter votes A[99] B[1] C[0], in case A wins by getting double the threshold, the voter would be very satisfied with A's victory, then move half the points from A to B would mean giving the voter extra unjustified satisfaction (he's already 99% satisfied with the victory of A).
* isn't appropriate to manage seats with different weights.
 
For these reasons, it's better to avoid using Surplus Handling in Distributed Voting System.
 
===Suitable for Web===
Line 169 ⟶ 177:
 
* Ex.2: in an image contest, there is a cash prize to be awarded to the 3 best images. The prize will be divided appropriately according to the % of victory and not in a pre-established way before the contest.
 
==Systems Variations==
 
===Distributed Equal-Vote (DEV)===
 
Voter score candidates with range [-5,+5]. Each ballot is normalized by distributing -100 points between negative ratings, and 100 points between positive ratings (distribution of points uses the normalization of [[Distributed Voting]]).
 
The candidate with the lowest sum of points is eliminated, and ballots normalized.
 
By repeating the elimination process, the worst candidate is eliminated each time, and the remaining candidates are the winners.
 
''Equal-Vote because given a vote, there can always be an opposite one that cancels it.''
 
==Systems comparison==
Line 191 ⟶ 211:
===[[IRNR]]===
 
[[IRNR]] (L1 norm) is applied on rating ballots, also on ranges with negative values such as [-5,+5]. Distributedbut Voting,this inmakes theit [[Single Member system|Single-Winner]] context, is a subcategory of IRNR, which binds the minimum value of the rating ballotssubject to 0 (doesn't accept ratings with negative values)ambiguity. This constraint is important because it avoids the ambiguity of the IRNR:
 
Range [0,10] with IRNR and Distributed Voting
61: A[10] B[6] C[0]
39: A[0] B[6] C[10]
Eliminated in order C,A.
B wins.
IRNR and Distributed Voting are equivalent in this case.
 
Range [-5,+5] with IRNR
Line 206 ⟶ 225:
A wins.
 
In IRNR only by changingmoving the range, in negative value (leaving the interests of the voters and the size of the range unchanged), the winner changes. Distributed Voting instead avoid this ambiguity by imposing 0 as the minimum value in the ratingrange.
 
IRNR is a [[Single Member system|Single-Winner system]] which also, unlike Distributed Voting, doesn't reverse and make negative the vote before the count.
 
 
==Related Systems ==
* [[Instant Runoff Normalized Ratings]] (ratings also negative, and it doesn't reverse and make negative the vote)
* [[Distributed Multi-Voting]] (particular vote conversion)
* [[Instant Runoff Normalized Ratings]] (ratings also negative)
* [[Baldwin's method]] (Borda, and variant with different normalization)
 
Line 219 ⟶ 240:
 
[[Category:Single-winner voting methods]]
[[Category:Multi-winner voting methods]]
[[Category:Cardinal voting methods]]
206

edits