Graduated majority judgment uses a simple
line-drawing method to break ties. This rule is easier to explain than others such as
majority judgment, and also guarantees
continuity. Graphically, we can represent this by drawing a plot showing
the share of voters who assign an approval less than the given score, then draw lines connecting the points on this graph. The place where this plot intersects 50% is each candidate's final score.
Example Consider the same election as before, but relabeling the verbal grades as numbers on a scale from 0 to 6: Candidates A and B both cross the 50% threshold between 2 or 3, so we must invoke the tiebreaking procedure. When we do, we find that the median grades for candidates A, B, and C are 3.4, 3.1, and 2.0 respectively. Thus, Candidate A is declared the winner.
Race analogy The tiebreaking rule can be explained using an analogy where every candidate is in a race. Each candidate takes 1 minute to run from one grade to the next, and they run at a constant speed when moving from one grade to the next. The winner is the first candidate to cross the finish line at 50% of the vote.
Mathematical formula Say the median grade of a candidate c is \alpha _c (when there is a tie, we define the median as halfway between the neighboring grades). Let p_c (the share of
proponents) refer to the share of electors giving c a score strictly better than the median grade. The share of
opponents of c, written q_c, is the share of grades falling below the median. Then the complete score for GMJ is given by the following formula:n_c = \alpha_c + \frac{1}{2} \frac{p_c-q_c}{1-p_c-q_c}
Additional tie-breaking In the unusual case of a tie where the formula above does not determine a single winner (if several candidates have exactly the same score), ties can be broken by binning together the 3 grades closest to the median, then repeating the tie-breaking procedure. In the example above, we would combine all "Good," "Fair," and "Passable" grades into a new "Passable to Good" grade, then apply the same tie-breaking formula as before. This process can be repeated multiple times (binning more and more grades) until a winner is found. == Properties and advantages ==