Distributed Voting: Difference between revisions

Content added Content deleted
(Created page with "Distributed Voting (DV) is a Single-Winner and Multi-Winner Cumulative voting system. It promotes...")
 
No edit summary
Line 1: Line 1:
Distributed Voting (DV) is a [[Single Member system|Single-Winner]] and [[Multi-Member System|Multi-Winner]] [[Cardinal voting systems|Cumulative voting]] system.
Distributed Voting (DV) is a [[Single Member system|Single-Winner]] and [[Multi-Member System|Multi-Winner]] [[Cardinal voting systems|Cumulative voting]] system.


It promotes the [[Vote unitarity]] and the reduction of the deviation that the vote has from the true interests of a voter.
DV promotes the [[Vote unitarity]] and the reduction of the deviation that the vote has from the true interests of a voter.


==Procedure==
==Procedure==
Line 29: Line 29:
v1 := new value of candidate X.
v1 := new value of candidate X.


<math>\begin{equation}
v1 = (v0 * 100) / (100 – e)
v1=\frac{v0\cdot 100}{100-e}
\end{equation}</math>


In an electronic system it’s possible to divide by 100 all the points present in the initial votes, and use the following simplified formula in counting:
In an electronic system it’s possible to divide by 100 all the points present in the initial votes, and use the following simplified formula in counting:


<math>\begin{equation}
v1 = v0 / (1 – e)
v1=\frac{v0}{1-e}
\end{equation}</math>


During counting, points can be represented in decimal form.
During counting, points can be represented in decimal form.
Line 54: Line 58:


A[0], B[100]
A[0], B[100]

<br />


===Managing votes with 0 points===
===Managing votes with 0 points===