One of my favorite tools for analyzing performance against schedules is the Games Graph. Each team is a vertex and games played are the edges. The graph is connected when there is a path from every vertex to every other vertex. The diameter of the graph is the minimum number of edges required to make the connections - it is the longest shortest path between two vertexes.
Ratings systems work with the Directed Games Graph in which the edges become arrows that indicate the results of the game, for instance pointing from the winning team's vertex to the losing team's. The directed graph cannot be said to be "connected" as long as there are team pairs for which there is no one-way path from one's vertex to another's, as is the case when there is more than one undefeated (or winless) team.
Instead, we might define the radius of the directed graph to be the smallest pathlength for which the most teams with at least one win are connected to teams with at least one loss. Until every team with at least one win is connected to every team with at least one loss this is usually a fairly large number: through games of 18 October it is 22 for the 125-team FBS subdivision and 33 for all of division one (252 teams.)
The challenge for rating systems is to derive from the directed games graph a linear ordering of vertices based upon the connections. There's a lot of raw material, and as we shall see the schedulers do not make it easy.
The first step is to find the radius of the directed games graph. At this writing, it is 27, meaning that it takes 27 "beats" in an A beat B beat... chain to connect the last team-pair that can be connected.
If we pick a vertex (team) we can characterize its position within the graph by ordering each vertex (including itself) according to the difference in number of paths from each vertex to the chosen one.
Now, there are lots of ways to combine such ordered lists, and no one "right" way so I chose four for this analysis.
|
Those measurements are included below, along with links to a report of how teams ranked each team and how that team ranked all the teams.
It also doesn't seem quite right to have an Auburn→Ole Miss→LSU chain by itself nullify the LSU→Auburn (or the Ole Miss→LSU→Auburn chain the Auburn→Ole Miss) result. So we introduce the modification:
ƒ(A,B) = | radius |
∑ | (#paths from A to B at length r)×2(1-r) |
r = 1 |
The comparison used to order the teams based upon vertex A becomes ƒ(A,x) - ƒ(x,A) instead of the difference in total path counts.