meysubb / cfbscrapR-archived

CFB R Package
GNU General Public License v3.0
25 stars 9 forks source link

Punt EPA is backwards #36

Closed meysubb closed 4 years ago

meysubb commented 4 years ago

EPA is calculated with respect to the team who has the ball.

So for punts, we need to do -1 * EPA or something along those lines.

Because currently Punt Return TDs are being extremely generous to the team who punted. Which doesn't make sense. It should actually be determinantal.

meysubb commented 4 years ago

Actually this is taken care of in the code. I just missed it.

However did catch a bug in the processing of Post play stuff for Punts. Fixing that rn