Reweighted range voting: Difference between revisions

Added the D'Hondt variant. Also the 1/(1 + 2*SUM/MAX) and 0.5/(0.5 + SUM/MAX) formulas are the same.
(Formatting.)
(Added the D'Hondt variant. Also the 1/(1 + 2*SUM/MAX) and 0.5/(0.5 + SUM/MAX) formulas are the same.)
Line 19:
 
== Reweighting Variations ==
One variation is to use the reweighting formula 0.51/(0.51 + SUM/MAX). This variant reduces to D'Hondt when voters vote on party lines.
 
Another variant is to use the reweighting formula 0.5/(0.5 + SUM/MAX), or equivalently, 1/(1 + 2*SUM/MAX). This variant reduces to Sainte-Laguë when voters vote on party lines.
 
There is an infinite number of variants that all use the fallowing formula: K/(K + SUM/MAX) where ½≤K≤1. When K equals 1, with the two above formulas being special cases when K equals 1 and ½.
 
== Method Variations ==