Introduction
If you were coaching a basketball team, it seems like common sense to give your best player the majority of the shots in the game. Logically, the best player should give you the best chance of making a shot on any given possession. However, is this really the best method? What about factors like fatigue, the defense, and rhythm? Historical data from the NBA implies that a player's ability to score decreases as he is used more. With this in mind, we can explore methods to maximizing a team's scoring capability in various scenarios.
Concept
In a basketball game, a team's possession of the ball can end with either a shot attempt, free throw attempt, or turnover by one of the five offensive players on the court (a turnover is when a player ends his/her team’s possession of the ball before they can attempt a shot e.g. stepping out of bounds, traveling, etc.).
For each of the five players on a team, we can create a function or the efficiency function, that estimates the player's scoring effectiveness depending on his rate of use where In order to do so, we must determine how to quantify (a) scoring effectiveness and (b) usage rate from a player's statistics in any given season.
Scoring effectiveness
To calculate the scoring effectiveness of a player we will use the simple formula
where represents the number of points the player scored and is the number of possessions the player ended, defined as
In essence, this formula calculates a player's points per possession (PPP), or the amount of points they generated over the amount of possessions they ended.
Note: 0.44 is an empirically derived constant that factors in how not all free throws constitute the end of a possession (ex. technical fouls), so it is used instead of 0.5.
Usage rate
To calculate a player's usage rate, we will use the established formula
where the subscript refers to the team's total amount of that statistic and the minutes played per game by player This function takes the number of possessions that the player used (scaled to the full game) and divides that by the team's total possessions to calculate how often the player used a possession. Think of it as a value between 0 and 1, where 0 means the player neither attempted a shot nor committed a turnover and 1 means the player took every shot and committed every turnover for the team.
Graphical Representation
A player's scoring effectiveness as a function of his usage rate over a whole season can be used as a data point. A player with multiple seasons then has multiple points that can be expressed graphically to observe his efficiency curve. In this example, I used data from Michael Jordan's career with the Chicago Bulls.
It makes sense that as Jordan's usage rate increases, his efficiency would decrease. The more shots he takes, the more the defense will focus on him and try to limit his scoring. By using a linear regression as shown above, we can estimate Jordan's efficiency function to be
Keep in mind that this is just a rough approximation. Players usually do not have a wide enough range of usage rates to accurately judge how their efficiency declines with use. However, using an estimate like the one above is satisfactory.
Application
If Michael Jordan was surrounded by completely average players, how much should he be used to maximize the team's efficiency? First, let us define average. From data from the 1997-1998 NBA season (Jordan's last as a Bull), it can be determined that the average PPP of a player was
So our team consists of Michael Jordan and four players who score at a constant efficiency of 0.9 PPP. Because a seemingly logical approach to maximizing the team's scoring output is to let Jordan shoot until his PPP decreases to the level of his teammates. In other words, on every possession the ball is given to the player with the highest chance of making the shot, which is initially Jordan. However, it turns out that this method is not ideal; if then the team's efficiency would only be 0.9 as well. Jordan would have a usage rate of almost 43 percent (which would be the highest ever), so it makes sense that his efficiency would decline significantly.
To find the true ideal usage rate for Michael Jordan, note that for a set of five players, the team's efficiency can be calculated by a weighted average of the players' efficiencies with respect to the players' usage rates
subject to the condition
We substitute Jordan's team's efficiency functions in to get
To maximize this, we differentiate.
which is the x-coordinate of the maximum. Then is about 0.983 PPP.
This graph illustrates an interesting result. It suggests that even if Michael Jordan was on a team with players of much lower skill than him, his usage rate should be limited to just 0.213, almost the same amount as his teammates. That's very low for a superstar like Jordan who holds the record for highest career usage percentage. However, less use of Jordan would keep the defense from honing in on just him, instead having to focus on all five players. But this is an unrealistic example. In real life, Jordan's teammates would have their own efficiency curves! Let's investigate that.
We will keep the same concept, Michael Jordan surrounded by average players. This time, his teammates will be ones he actually played with. Throughout Jordan's second three-peat with the Bulls, he was joined by hall-of-famers Scottie Pippen and Dennis Rodman, who would hardly count as average. Thus we look to the next four players with the most minutes played during those three years: Ron Harper, Steve Kerr, Toni Kukoc, and Luc Longley.
Using linear regressions, we approximate each of the players' efficiency functions.
And Jordan's again:
Let the subscripts We want to maximize
given that This can be achieved by using the Lagrange multiplier technique.
Now to find the critical points of using partial derivatives. With respect to
Using the same process, we eventually get
By substituting these values into the optimization condition, one can calculate
It is now possible to determine each player's optimal usage rate and respective efficiency along with the team's maximum efficiency.
Jordan | Harper | Kerr | Kukoc | Longley | |
---|---|---|---|---|---|
USG Rate | 0.28 | 0.24 | 0.09 | 0.16 | 0.23 |
PPP | 1.17 | 0.84 | 1.88 | 1.12 | 0.80 |
It turns out that in this case, Jordan's optimal usage rate is 0.28 - higher than the other scenario, but still much lower than one would think. In fact, a 0.28 usage rate would be the lowest of his whole career! Nonetheless, limiting Jordan's shots in this situation is required to achieve maximum team efficiency. Even if Jordan's teammates were much less talented than him, appropriating a fair enough amount of use to them helps to keep the defense honest, which in turn may open up holes for Jordan to exploit. The effects of this can be seen if we calculate Jordan's theoretical points per game in this scenario. Knowing that the Bulls averaged 89 possessions per game in the 1997-98 season, Jordan's PPG would be
which is actually higher than his actual PPG that season of 28.7!
Conclusion
Keep in mind that these findings should by no means be taken as concrete. Many assumptions were made, as basketball is an ever-changing and unpredictable sport. One of these assumptions is that efficiency curves are linear. They could be more quadratic or even cubic, but the data gathered in the scenarios supported linear regressions. Nevertheless, our results may hold some value. They suggest that using the play that has the highest probability of success on each possession is not ideal - instead, a coach should focus on maximizing the overall efficiency of a team by distributing usage in a holistic manner.
References
Skinner, Brian. "The Price of Anarchy in Basketball." Journal of Quantitative Analysis in Sports, vol. 6, no. 1, 28 Jan. 2010.
http://www.math.harvard.edu/archive/21a\_spring\_09/PDF/11-08-Lagrange-Multipliers.pdf