anonymous
2008-03-16 19:10:25 UTC
The basic RPI formula is 1/4*(Winning Percentage) + 1/2*(Opponents' Average Winning Percentage) + 1/4*(Opponents' Opponents' Winning Percentage)
WHIP
Walks + Hits divided by Innings Pitched
QB Rating
a = (((Comp/Att) * 100) -30) / 20
b = ((TDs/Att) * 100) / 5
c = (9.5 - ((Int/Att) * 100)) / 4
d = ((Yards/Att) - 3) / 4
a, b, c and d can not be greater than 2.375 or less than zero.
QB Rating = (a + b + c + d) / .06