dmaclean / dfs-python

Tools for DFS data collection and projection creation.
11 stars 2 forks source link

Add computation of wOBA #33

Closed dmaclean closed 10 years ago

dmaclean commented 10 years ago

BBR doesn't give us wOBA, so we need to compute it manually while scraping.

(0.72 * NIBB + 0.75 * HBP + 0.90 * 1B + 0.92 * RBOE + 1.24 * 2B + 1.56 * 3B + 1.95 * HR) / PA

dmaclean commented 10 years ago

Fixed.

This can be found in mob/models/stat_calculator.py