<div dir="auto">Suppose you have a list of candidates that you want to sort.pairwise.<div dir="auto"><br></div><div dir="auto">We have several standard sorting methods available... Bubble, Sink, Merge, Sorted Approval Margins (SAM), etc.</div><div dir="auto"><br></div><div dir="auto">One that subsumes many of the rest is Pairwise Strength Sortimg:</div><div dir="auto"><br></div><div dir="auto">While any candidate W is listed immediately below a candidate L that is pairbeaten by it, swap positions of the two members of the strongest such out of order pair:</div><div dir="auto"><br></div><div dir="auto">The list order L>W is reversed to W>L in order to accurately reflect the pairwise defeat order.</div><div dir="auto"><br></div><div dir="auto">If defeat strength is gauged by the ratio of winner's approval to loser's approval the strength sort, and we are pairwise strength a list of candidates I'm descending order of approval, then the stromgest out of order adjacent pai will be the one where the ratio of the respective approvals is as close to unity as possible.</div><div dir="auto"><br></div><div dir="auto">Similarly, if the gauge of defeat strength is difference of winning and losing approval (W minus L, an out of order adjacent pair will have a negative defeat strength, </div><div dir="auto">A(W)minus A(L) < zero, and the less negative, i.e. the closer to zero to in absolute value, the stronger the defeat of W over L.... which is the identical rectificatiom priority that defines Sorted Approval Margins.</div><div dir="auto"><br></div><div dir="auto">One way to make method based on Pairwise Strength Sorting, is yo </div><div dir="auto">specify a nominal favorability criterion and a gauge of pairwise defeat strength.<br></div><div dir="auto"><br></div><div dir="auto">To get the finish order, Pairwise Stregth Sort the list of candidate given in ?order of nominal favorability.</div><div dir="auto"><br></div><div dir="auto">fws</div></div>