almartin82 / projprep

a R package that helps read, clean up, and convert baseball projection data into auction prices.
7 stars 1 forks source link

era zscore is screwy for starters #47

Open almartin82 opened 7 years ago

almartin82 commented 7 years ago

for instance, kershaw has negative ERA value. yeah.

almartin82 commented 7 years ago

so the way I was handling rate stats didn't totally make sense for pitchers, because it penalized you for having high IP. I think that ultimately this should get rethought to credit high IP guys and discount low IP guys.

almartin82 commented 7 years ago

one approach would be to sort by IP for SP (IP is a skill) and wherever replacement lands (50? 60?) treat that guy's IP as 1, and multiply the zscore for ERA and whip by that vector.