Description Usage Arguments Details Value Note Author(s) References See Also Examples
WHIP (Walks + Hits Per Innings Pitched) describes how many base runners a pitcher gives up an inning.
1  | whip(h, bb, ip)
 | 
h | 
 Hits  | 
bb | 
 Walks  | 
ip | 
 Innings Pitched  | 
WHIP is not a perfect indicator of pitcher skill. It is highly defense dependent. Hit rates are largely outside of pitcher control and have high fluctuations.
Returns a numerical value equal to (h+bb)/ip
Innings Pitched (IP) is commonly reported with .1 indicating 1/3 of an inning and .2 indicating 2/3 of an inning. In order for this function to be accurate, please change the decimal to .333 for 1/3 of an inning and .666 for 2/3 of an inning.
Fernando Crema, Peter Xenopoulos
http://www.fangraphs.com/library/pitching/whip/
https://en.wikipedia.org/wiki/Walks_plus_hits_per_inning_pitched
era,fip,dice,xfip
1 2 3 4 5 6 7 8 9 10 11  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.