Baseball Weighted On-Base Average
The weighted on-base average measures a player's overall offensive contribution per plate appearance.
The weighted on-base average equals the weighted sum of the singles, doubles, triples, walks, times hit by pitch, home runs and reached base on error divided by the plate appearances.
Formula
![Copy to Clipboard QuantityVariable["wOBA", "Unitless"] == (0.884*QuantityVariable["1B", "Unitless"] + 1.257*QuantityVariable["2B", "Unitless"] + 1.593*QuantityVariable["3B", "Unitless"] + 0.72*QuantityVariable["BB", "Unitless"] + 0.722*QuantityVariable["HBP", "Unitless"] + 2.058*QuantityVariable["HR", "Unitless"] + 0.92*QuantityVariable["RBOE", "Unitless"])/QuantityVariable["PA", "Unitless"]](https://www.wolframcloud.com/objects/resourcesystem/marketplacestorage/resources/999/99903a8c-5ba3-4d19-9e31-164dbf295690/Webpage/FormulaImage.png)
Forms
Examples
Get the resource:
| In[1]:= |
| Out[1]= | ![]() |
Get the formula:
| In[2]:= |
| Out[2]= |
Use some values:
| In[3]:= |
| Out[3]= |
