Baseball Earned Run Average
The earned run average is the average number of allowed earned runs normalized to the length of a full game.
The earned run average equals the number of earned runs divided by the sum of the innings pitched and the outs divided by 2 multiplied by 9.
Formula
![Copy to Clipboard QuantityVariable["ERA", "Unitless"] == (9*QuantityVariable["ER", "Unitless"])/(QuantityVariable["IP", "Unitless"] + QuantityVariable["OUTS", "Unitless"]/3)](https://www.wolframcloud.com/objects/resourcesystem/marketplacestorage/resources/e17/e17bb9ca-b21d-4129-8397-33f88c36c446/Webpage/FormulaImage.png)
| symbol | description | physical quantity |
|---|---|---|
| ERA | earned run average | "Unitless" |
| ER | earned runs allowed | "Unitless" |
| IP | innings pitched | "Unitless" |
| OUTS | outs recorded | "Unitless" |
Forms
Examples
Get the resource:
| In[1]:= |
| Out[1]= | ![]() |
Get the formula:
| In[2]:= |
| Out[2]= | ![]() |
Use some values:
| In[3]:= |
| Out[3]= |

