The NCAA's definitions of Strength of Schedule are not generally useful in compiling rankings, because in football (and to a lesser extent the other division 1 team sports) there is a large amount of duplicated data. This is because the Opponents' Opponents data double-counts games involving the team itself, and games between common opponents.
I have defined "SOS2" to more accurately reflect the true relationship of a team's schedule to that of the field as a whole.
The fields are:
SOS2= |
( #OO × OWP + #O × OOWP ) / ( #O + #OO )
This essentially "weights" the OOWP by how many opponents connect the team to opponents' opponents, and OWP by the number of unique OOs that contribute to it. The denominator is just the total number of unique teams that contribute to this teams SOS. |
WP= |
W / ( W + L )
This is just the standard definition of winning percentage, |
OWP= |
OW / ( OW + OL )
|
OOWP= |
OOW / ( OOW + OOL )
|
CI | is just the Connectivity Index, the sum of #O (number of opponents) and #OO (number of opponents' opponents who are not also opponents.) This indicates how "connected" the team is to the field, and how connected the field is overall. Formula-based rating systems don't usually give accurate results until either half the field has a CI greater than 43, or 43 teams have a CI greater than 59. |
GI | is the sum of W, L, OW, OL, OOW and OOL. In other words, the total number of games that contribute to the SOS rating. This is possible because of the lack of duplication in the counts of wins and losses. |