Jump to content

Instant Runoff Normalized Ratings: Difference between revisions

no edit summary
imported>Homunq
No edit summary
No edit summary
Line 4:
 
* Divide each rating by the sum of the absolute values of the ratings. The sum of absolute values of the ratings will then be 1.
** This shall be called IRNR[1] since the normalization factor is the L1 norm.
 
* Divide each rating by the square root of the sum of the squared ratings. The vote will then be a vector with magnitude 1.
** This shall be called IRNR[2] since the normalization factor is the L2 norm.
* One could more generally consider IRNR[p], based on the Lp norm, for any fixed real p with
<math>1 \le p \le \infty</math>.
(To avoid difficulties with dividing by 0, we agree to ignore votes that rank all candidates 0.)
 
* One could more generally consider IRNR[p], based on the Lp norm, for any fixed real p with <math>1 \le p \le \infty</math>. (To avoid difficulties with dividing by 0, we agree to ignore votes that rank all candidates 0.)
Sum up the normalized ratings for each candidate. If there are two choices, the highest rated is the winner. If there are more than two choices, disqualify the lowest rated choice.
 
Cookies help us deliver our services. By using our services, you agree to our use of cookies.