Rushing Yards Average Calculator Formula
Understand the math behind the rushing yards average calculator. Each variable explained with a worked example.
Formulas Used
Yards per Carry
ypc = round(rushing_yards / carries * 10) / 10Yards per Game
yards_per_game = round(rushing_yards / games_played * 10) / 10Carries per Game
carries_per_game = round(carries / games_played * 10) / 10Projected Season Yards (17 games)
projected_season = round(rushing_yards / games_played * 17)Variables
| Variable | Description | Default |
|---|---|---|
rushing_yards | Total Rushing Yards | 450 |
carries | Carries | 100 |
games_played | Games Played | 8 |
How It Works
How Rushing Average Is Calculated
Formula
Yards per Carry (YPC) = Total Rushing Yards / Number of Carries
Benchmarks
Worked Example
450 rushing yards on 100 carries through 8 games.
rushing_yards = 450carries = 100games_played = 8
- 01YPC = 450 / 100 = 4.5 yards per carry
- 02Yards per game = 450 / 8 = 56.3
- 03Carries per game = 100 / 8 = 12.5
- 04Projected season = 56.3 * 17 = 956 yards
Ready to run the numbers?
Open Rushing Yards Average Calculator