Thursday, April 09, 2009
Testing run estimators
Colin gives it a go (part 1).
Surprise! BaseRuns demolishes the field.
All the other linear estimators are all pretty similar. Not sure how he tuned each equation on an annual basis (team, game, or inning basis?). wOBA, reg, and House should all come out pretty much the same. It also depends on how he handled IBB, since wOBA explicitly ignores it as an event.


I made a mistake when I was typing in the formulas, and IBB was counted as a BB for wOBA during the trial. I just fixed it and it doesn’t seem significant - MAE drops to .45 from .46, all else stays the same. I’ll try to get that fixed. Reg does consider the IBB as a BB, and that’s fine for Reg. (I don’t like him much anyway.) House does include IBB as a seperate weight.
For the tuning - the basic formula goes something like:
(2 * (X/lgX) -1) * R/PA * PA
Where R/PA and lgX are based on the average in that year.