Effect of rest/OT on team performance
Posted: Wed Jul 30, 2014 1:00 pm
With the goal to create a good team power ranking without using player specific information I, once again, looked at the following effects on team performance:
- effect of rest
- effect of location of the last game (when there's 1 or less days of rest between the last game and this game)
- effect of the last game having been an OT game (and you're on a B2B)
- team specific home hourt advantage
I'm using regular season data from '02 in one large (Ridge) Regression, so that I have a decent sample size to estimate the effects. (there's one variable per season and team, though). Game outcome is adjusted for pace. Ridge penalty, found through crossvalidation, was 7.5
First, team specific home court effectsHaving a high/low number here is neither good nor bad. A higher value just means you're better at home than the average home team, but you're worse at away games, and vice versa. For example, with average HCA being 3.2, an average Jazz team against an average team X would be favored by 3.2+2.4 = 5.6 in Utah, but team X would also be favored by 5.6 when playing at X.
and the effects of rest/ot/location(*) denotes small sample size.
According to this, teams are playing best when having had 1 day of rest, their last game was at home and this game is also at home. Having more than 1 day of rest leads to worse performance than having just 1 day of rest. Having to play B2Bs is (obviously) not good for team performance, and being on a B2B with the first game going into OT is obviously not good, either
It's important to note that this analysis was not done on the lineup level, but on the team level. Teams might also be playing worse in B2Bs because they give less minutes to their key players, not just because their players are underperforming due to exhaustion
And, just for fun, here are the top and bottom 10 regular season teams since '02 (using all the aforementioned adjustments)
- effect of rest
- effect of location of the last game (when there's 1 or less days of rest between the last game and this game)
- effect of the last game having been an OT game (and you're on a B2B)
- team specific home hourt advantage
I'm using regular season data from '02 in one large (Ridge) Regression, so that I have a decent sample size to estimate the effects. (there's one variable per season and team, though). Game outcome is adjusted for pace. Ridge penalty, found through crossvalidation, was 7.5
First, team specific home court effects
Code: Select all
╔═════════════════════════════════════╦═══════════╗
║ Team ║ Extra HCA ║
╠═════════════════════════════════════╬═══════════╣
║ Utah Jazz ║ 2.4 ║
║ Denver Nuggets ║ 2.1 ║
║ Charlotte Bobcats ║ 2 ║
║ Cleveland Cavaliers ║ 1.7 ║
║ Indiana Pacers ║ 1.7 ║
║ Washington Wizards ║ 1.5 ║
║ Sacramento Kings ║ 1.4 ║
║ New Orleans Pelicans ║ 1.1 ║
║ Golden State Warriors ║ 0.9 ║
║ New Jersey Nets ║ 0.6 ║
║ Portland Trail Blazers ║ 0.5 ║
║ Los Angeles Clippers ║ 0.5 ║
║ New Orleans/Oklahoma City Hornets ║ 0.5 ║
║ Atlanta Hawks ║ 0.4 ║
║ Chicago Bulls ║ 0.2 ║
║ Los Angeles Lakers ║ 0.1 ║
║ Toronto Raptors ║ 0 ║
║ Seattle SuperSonics ║ -0 ║
║ Milwaukee Bucks ║ 0 ║
║ Minnesota Timberwolves ║ -0.3 ║
║ Orlando Magic ║ -0.3 ║
║ Memphis Grizzlies ║ -0.4 ║
║ Phoenix Suns ║ -0.5 ║
║ Houston Rockets ║ -0.7 ║
║ Miami Heat ║ -0.7 ║
║ New York Knicks ║ -0.8 ║
║ New Orleans Hornets ║ -0.8 ║
║ San Antonio Spurs ║ -1 ║
║ Boston Celtics ║ -1.3 ║
║ Detroit Pistons ║ -1.3 ║
║ Dallas Mavericks ║ -1.3 ║
║ Philadelphia 76ers ║ -1.4 ║
║ Oklahoma City Thunder ║ -1.5 ║
║ Brooklyn Nets ║ -2.2 ║
║ Charlotte Hornets ║ -3.1 ║
╚═════════════════════════════════════╩═══════════╝
and the effects of rest/ot/location
Code: Select all
╔══════╦════════════════╦═══════════════╦═══════════════╦═════════════════════╗
║ Rest ║ OT (last game) ║ last location ║ this location ║ Effect for awayteam ║
╠══════╬════════════════╬═══════════════╬═══════════════╬═════════════════════╣
║ 1d ║ ║ home ║ away ║ 1.3 ║
║ 1d ║ ║ away ║ away ║ 1.3 ║
║ b2b ║ ║ away ║ away ║ -0.2 ║
║ b2b ║ ║ home ║ away ║ -1 ║
║ b2b ║ OT ║ home ║ away ║ -1.2 ║
║ b2b ║ OT ║ away ║ away ║ -2.1 ║
╚══════╩════════════════╩═══════════════╩═══════════════╩═════════════════════╝
╔══════╦════════════════╦═══════════════╦═══════════════╦═════════════════════╗
║ Rest ║ OT (last game) ║ last location ║ this location ║ Effect for hometeam ║
╠══════╬════════════════╬═══════════════╬═══════════════╬═════════════════════╣
║ 1d ║ ║ home ║ home ║ 1.7 ║
║ 1d ║ ║ away ║ home ║ 1.5 ║
║ b2b ║ ║ home ║ home ║ 0.8 ║
║ b2b ║ ║ away ║ home ║ 0.1 ║
║ b2b ║ OT ║ away ║ home ║ -0.8 ║
║ b2b ║ OT ║ home ║ home ║ -3.9* ║
╚══════╩════════════════╩═══════════════╩═══════════════╩═════════════════════╝
╔══════╦════════════════╦═══════════════╦═══════════════╦════════╗
║ Rest ║ OT (last game) ║ last location ║ this location ║ Effect ║
╠══════╬════════════════╬═══════════════╬═══════════════╬════════╣
║ 2d ║ ║ ║ ║ 1.2 ║
║ 3d+ ║ ║ ║ ║ 1.2 ║
╚══════╩════════════════╩═══════════════╩═══════════════╩════════╝
According to this, teams are playing best when having had 1 day of rest, their last game was at home and this game is also at home. Having more than 1 day of rest leads to worse performance than having just 1 day of rest. Having to play B2Bs is (obviously) not good for team performance, and being on a B2B with the first game going into OT is obviously not good, either
It's important to note that this analysis was not done on the lineup level, but on the team level. Teams might also be playing worse in B2Bs because they give less minutes to their key players, not just because their players are underperforming due to exhaustion
And, just for fun, here are the top and bottom 10 regular season teams since '02 (using all the aforementioned adjustments)
Code: Select all
╔═════════════════════════╦══════╦════════╗
║ Team ║ Year ║ Rating ║
╠═════════════════════════╬══════╬════════╣
║ Cleveland Cavaliers ║ 2009 ║ 9.1 ║
║ Boston Celtics ║ 2008 ║ 8.6 ║
║ Sacramento Kings ║ 2002 ║ 7.6 ║
║ Oklahoma City Thunder ║ 2012 ║ 7.6 ║
║ Oklahoma City Thunder ║ 2013 ║ 7.6 ║
║ San Antonio Spurs ║ 2005 ║ 7.3 ║
║ San Antonio Spurs ║ 2007 ║ 7.3 ║
║ Utah Jazz ║ 2008 ║ 7.2 ║
║ San Antonio Spurs ║ 2004 ║ 7.1 ║
║ Los Angeles Lakers ║ 2002 ║ 6.9 ║
║ .. ║ ║ ║
║ Los Angeles Clippers ║ 2009 ║ -7.8 ║
║ Milwaukee Bucks ║ 2014 ║ -7.8 ║
║ New Jersey Nets ║ 2010 ║ -7.9 ║
║ Minnesota Timberwolves ║ 2010 ║ -8.1 ║
║ Chicago Bulls ║ 2002 ║ -8.2 ║
║ Cleveland Cavaliers ║ 2003 ║ -8.3 ║
║ Miami Heat ║ 2008 ║ -8.5 ║
║ Portland Trail Blazers ║ 2006 ║ -8.6 ║
║ Atlanta Hawks ║ 2005 ║ -8.9 ║
║ Philadelphia 76ers ║ 2014 ║ -9.9 ║
╚═════════════════════════╩══════╩════════╝