One of the things that I like to do during the baseball season is
compile a weekly report of the AL standings, looking at runs scored and
allowed, to see who's better than their records and who's worse.
For those unfamiliar, the Pythagorean report is based
on a Bill James discovery regarding the relationship between runs
scored, runs allowed and winning percentage. It intuitively makes sense
that a teams record will be related to how many runs they score and how
many they allow. What James discovered was that, for almost all teams,
the winning percentage is very close to a ratio of the square of the
runs scored to the sum of the squares of the runs scored and runs
allowed. Which was dubbed the "Pythagorean" theorum of baseball.
The report consists of, for each team, their
runs/game, runs allowed/game and Pythagorean project winning percentage,
along with their rank among the teams in the league for each of those
categories. The Pythagorean winning percentage is calculated as (r ^
1.83) / ( (r ^ 1.83) + (ra ^ 1.83) ). (1.83 has been determined to be a
slightly more accurate exponent with the current offensive levels than
2.) Using the Pythagorean winning percentage, the expected wins total is
calculated and compared to the actual win total. Finally, any
difference is expressed as "luck", with negative numbers representing
underperforming teams.
Finally, there's a linear projection of final records,
based on current winning percentage, and based on Pythagorean winning
percentage.
Week one coming up any minute now...
No comments:
Post a Comment
Comment?