Wolfram Computation Meets Knowledge

Baseball Range Factor

Range factor is a measurement of a player's fielding, defined as the number of times a player is involved in making an out divided by innings played.

Range factor equals nine times the sum of the player's assists and putouts divided by innings played.

Formula

QuantityVariable["RF", "Unitless"] == (9*(QuantityVariable["A", "Unitless"] + QuantityVariable["PO", "Unitless"]))/QuantityVariable["I", "Unitless"]

symbol description physical quantity
RF range factor "Unitless"
I innings "Unitless"
A assists "Unitless"
PO putouts "Unitless"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Baseball Range Factor"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Baseball Range Factor"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Baseball Range Factor"], {QuantityVariable["A","Unitless"] -> 20}]
Out[3]=

Source Metadata

Publisher Information