Description Usage Arguments Details Value Note Author(s) References See Also Examples
DICE represents a way to measure a pitcher's performance on the ERA scale using only events a pitcher can "control"
1 | dice(hr, bb, hbp, k, ip)
|
hr |
Home Runs |
bb |
Walks |
hbp |
Hit By Pitches |
k |
Strikeouts |
ip |
Innings Pitched |
DICE uses the typical ERA scale.
Returns a value equal to (13*hr+3*bb+3*hbp-2*k)/ip + 3.0
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.
Peter Xenopoulos
https://en.wikipedia.org/wiki/Defense-Independent_Component_ERA
era,fip,xfip,whip
1 2 3 4 5 6 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.