Wednesday, February 16, 2011
Runs Per Win
Matt. I did not know this: (lgRPG^(1-z)) * 2, where z is between 0.27 and 0.29. Can you show me how this is derived, because I was doing it the brute force way. Sh!t, had I know it was this easy, I would never have proposed my method.


I don’t have the mathematical chops to solve this anymore, but I assume this is how you’d set it up:
[R^x/(R^x+RA^x)]-[R^x/(R^x+{RA+y}^x)] = 0.0061728395
Where:
R = lg R/G
RA = lg RA/g (same as R)
x = exponent
y = lg R/W <--- what you’re solving for
0.00617258395 = .500 - (80/82)
Basically a league average team minus a league average offensive team that allows “y” more runs is the difference in 1 win.
Once you set RA = R, it simplifies to:
R^x/2R^x - R^x/(R^x+(R+y)^x) = 0.00617258395
Which simplifies to:
1/2 - R^x/(R^x+(R+y)^x) = 0.00617258395
Or:
R^x/(R^x+(R+y)^x) = 0.49382716049
And I’m stuck. Does anyone know how to finish this off?