Jump to content

Distributed Voting: Difference between revisions

no edit summary
(Created page with "Distributed Voting (DV) is a Single-Winner and Multi-Winner Cumulative voting system. It promotes...")
 
No edit summary
Line 1:
Distributed Voting (DV) is a [[Single Member system|Single-Winner]] and [[Multi-Member System|Multi-Winner]] [[Cardinal voting systems|Cumulative voting]] system.
 
ItDV promotes the [[Vote unitarity]] and the reduction of the deviation that the vote has from the true interests of a voter.
 
==Procedure==
Line 29:
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:
 
<math>\begin{equation}
v1 = v0 / (1 – e)
v1=\frac{v0}{1-e}
\end{equation}</math>
 
During counting, points can be represented in decimal form.
Line 54 ⟶ 58:
 
A[0], B[100]
 
<br />
 
===Managing votes with 0 points===
206

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.