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
![Copy to Clipboard QuantityVariable["RF", "Unitless"] == (9*(QuantityVariable["A", "Unitless"] + QuantityVariable["PO", "Unitless"]))/QuantityVariable["I", "Unitless"]](https://www.wolframcloud.com/objects/resourcesystem/marketplacestorage/resources/609/6090fc46-f63d-4ba6-8822-a3a0c94b8b9f/Webpage/FormulaImage.png)
| symbol | description | physical quantity |
|---|---|---|
| RF | range factor | "Unitless" |
| I | innings | "Unitless" |
| A | assists | "Unitless" |
| PO | putouts | "Unitless" |
Forms
Examples
Get the resource:
| In[1]:= |
| Out[1]= | ![]() |
Get the formula:
| In[2]:= |
| Out[2]= |
Use some values:
| In[3]:= |
| Out[3]= |
