Wolfram Computation Meets Knowledge

Baseball Walks Plus Hits per Inning

The walks plus hits per inning pitched is a sabermetric measurement of the number of baserunners a pitcher has allowed per inning pitched. It reflects a pitcher's propensity for allowing batters to reach base; therefore, a lower value indicates a better performance.

The walks plus hits per inning pitched equals the sum of the walks and hits divided by the sum of the innings pitched and one-third of the outs.

Formula

QuantityVariable["WHIP", "Unitless"] == (QuantityVariable["BB", "Unitless"] + QuantityVariable["H", "Unitless"])/(QuantityVariable["IP", "Unitless"] + QuantityVariable["OUTS", "Unitless"]/3)

symbol description physical quantity
WHIP walks plus hits per inning pitched "Unitless"
BB walks "Unitless"
H hits "Unitless"
IP innings pitched "Unitless"
OUTS outs recorded "Unitless"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Baseball Walks Plus Hits per Inning"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Baseball Walks Plus Hits per Inning"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Baseball Walks Plus Hits per Inning"], {QuantityVariable[
   "WHIP","Unitless"] -> 0.75`, 
  QuantityVariable["OUTS","Unitless"] -> 0, 
  QuantityVariable["BB","Unitless"] -> 40}]
Out[3]=

Source Metadata

Publisher Information