Point Differential Calculator Formula
Understand the math behind the point differential calculator. Each variable explained with a worked example.
Formulas Used
Total Point Differential
total_diff = points_scored - points_allowedPer-Game Differential
per_game_diff = round((points_scored - points_allowed) / games_played * 10) / 10Points Scored per Game
ppg_scored = round(points_scored / games_played * 10) / 10Points Allowed per Game
ppg_allowed = round(points_allowed / games_played * 10) / 10Variables
| Variable | Description | Default |
|---|---|---|
points_scored | Total Points Scored | 420 |
points_allowed | Total Points Allowed | 380 |
games_played | Games Played | 16 |
How It Works
How Point Differential Is Calculated
Formula
Point Differential = Points Scored - Points Allowed
Per-Game Differential = Total Differential / Games Played
Why It Matters
Point differential is one of the best predictors of future team performance. Teams with large positive differentials tend to sustain success, while teams with negative differentials despite winning records often regress.
Worked Example
420 points scored and 380 allowed in 16 NFL games.
points_scored = 420points_allowed = 380games_played = 16
- 01Total differential = 420 - 380 = +40
- 02Per game = 40 / 16 = +2.5 points per game
- 03PPG scored = 420 / 16 = 26.3
- 04PPG allowed = 380 / 16 = 23.8
Ready to run the numbers?
Open Point Differential Calculator