WHIP Calculator Formula
Understand the math behind the whip calculator. Each variable explained with a worked example.
Formulas Used
WHIP
whip = round((walks + hits_allowed) / innings_pitched * 1000) / 1000Total Baserunners
baserunners = walks + hits_allowedBaserunners per 9 Inn
per_9_baserunners = round((walks + hits_allowed) / innings_pitched * 9 * 10) / 10Hits per 9 Innings
hits_per_9 = round(hits_allowed / innings_pitched * 9 * 10) / 10Variables
| Variable | Description | Default |
|---|---|---|
walks | Walks Allowed | 25 |
hits_allowed | Hits Allowed | 85 |
innings_pitched | Innings Pitched | 100 |
How It Works
How WHIP Is Calculated
Formula
WHIP = (Walks + Hits) / Innings Pitched
WHIP measures the average number of baserunners a pitcher allows per inning.
Benchmarks
Worked Example
25 walks and 85 hits allowed over 100 innings.
walks = 25hits_allowed = 85innings_pitched = 100
- 01WHIP = (25 + 85) / 100 = 110 / 100 = 1.100
- 02Baserunners per 9 innings = 1.100 * 9 = 9.9
Ready to run the numbers?
Open WHIP Calculator