One way to seed a putative playoff (or to rank teams based upon their resume) is to identify candidate teams and compare each of them to every other one of them based upon a pre-defined set of criteria. Division 1 Hockey uses such an approach with a hockey-specific set of criteria.
For FBS football, we begin by defining "teams under consideration" as all FBS teams with non-losing records. The "pairwise score" is formed by comparing every team in the field to every other team in the field according to the following criteria:
|
*- Any ranking can be used. By default I use the majority consensus of those published by Kenneth Massey. |
For each of the N FBS teams with non-losing records, count a "pairwise win" over one of the N-1 other teams if its score compared to the other team is higher than the other team's score compared to it. For equal scores, count a "pairwise tie" and otherwise a "pairwise loss."
If we let WW = #pairwise wins, LL = #pairwise losses, and TT = #pairwise ties, then we can define a "pairwise winning percentage" in the usual way:
PW% = (WW+TT/2) ÷ (WW+LL+TT) |
Pairwise winning percentage is not likely to distinguish all teams in the "field." As a tiebreaker we can use the difference in total pairwise points (P) between each team ti and every other team tj. If we call the pairwise score of team x vs team y P(tx,ty), we can sum scores over all pairs by:
| |||||
*j ≠ i |
Of course, this is only one of many possible resutls analyses, but it is an especially useful one since it makes visible the comparisons that lead to the ranking.