Skip to main content

What makes a good NBA player? (part 1)

Hi again!

Today I will explore what physical attributes contribute to a successful NBA player. When we watch basketball, we sometimes hear the announcers and analysts talk about stats like wingspan, height, and hand size. How do these attributes contribute to a good player? Are there any that are particularly important? For this part one, I have scraped data from stats.nba.com to look at the distribution of physical attributes from the 2010-2017 NBA combine. To use my simple data scraper, check out my github: https://github.com/dzchen314, or email me for a tutorial (scraping data from stats.nba.com can be pretty tricky).

First, I distill the data on these pages (https://stats.nba.com/draft/combine-anthro/#!?SeasonYear=2010-11) to the relevant features, such as by calculating a hand area feature in place of hand length and hand width (units are Imperial, pounds, inches, and inches^2).


Now let's plot a notable correlation:

Wingspan vs. height: both given in inches, red line guides the eye for a linear wingspan=height relationship.

Two things jump out when we look at the players' wingspan versus their height: 1) they are linearly correlated, and 2) NBA players systematically have much longer wingspans than their height. The average adult man, according to this study, has a wingspan that is ~2.1 inches longer than their height. NBA players, on the other hand, have wingspans that are nearly 5 inches greater than their height. Some players have wingspans that are over 8 inches longer than their height! These players include: DeMarcus Cousins, Hassan Whiteside, Kawhi Leonard, Anthony Davis, Andre Drummond, and rookie sensation Donovan Mitchell. Based on the caliber of these players, the wingspan-to-height ratio seems like a good predictor of NBA success, but there are also players with high wingspan-to-height ratios that are not All-Stars, such as Lazar Hayward and Dexter Pittman. What other attributes contribute to the success of those particular All-Stars? I hope this introduction has whetted your appetite!

In the next parts of this series, I will examine what these unique physical attributes correspond to on the hardwood. In the next part, I will explore other measures such vertical leap, and quickness. Stay tuned!

Additional notes:
There weren't any other notable correlations from this data set. Weight and body fat are loosely correlated, as expected. Weight and height are also correlated with hand size. In looking at hand size, Kawhi Leonard jumps out as having large hands for a shorter player. Some analysts have attributed that to his success. There are only a couple of other drafted players who have similar physical attributes to Kawhi Leonard, like Royce White and Noah Vonleh. Royce has battled mental health issues, which has kept him from having a real chance to prove himself. Noah Vonleh is 22, and has only recently been given some significant minutes. It will be interesting to see how he develops as a player. 

Comments

Popular posts from this blog

What makes a good NBA player? (part 2: rookie combines)

Hi again! Pearson's correlation coefficients In part 2 of this series on what makes a good NBA player, I looked at which combine statistics like max vertical leap, lane agility, and bench press in combination with physical attributes like height, wingspan, hand size, etc. correlate most with rookie success in their first year, as evaluated by advanced metrics like offensive/defensive rating, assist %, rebound %, player impact estimate (PIE), etc. You can find a jupyter notebook with all of these Pearson's correlation coefficients at:  github link . Feel free to play around with it to see if you can find any interesting correlations! Big takeaways: 1. Jumping ability =/= rebounding ability:  Conventional wisdom suggests that good jumpers are probably good at getting rebounds. However, I found that max vertical leap has a significantly negative  correlation with rebound % , for both offensive and defensive rebounds. In reality, it's the guards that have the best jum

The best and worst defenders of 2014-2015

Welcome to Money B-ball! I will be using data on NBA player statistics to model player performance. For the first post of this blog, I used data from the 2014-2015 NBA season to evaluate the effectiveness of NBA players in defending shooters by looking at how much they reduced the normal shooting averages of NBA shooters. In this analysis, I found that the top 10 defenders in reducing total shooting averages are: 1) Andrew Bogut (-9%) 2) Rudy Gobert (-8%) 3) Tony Allen (-8%) 4) Andre Roberson (-7%) 5) Roy Hibbert (-7%) 6) Draymond Green (-6%) 7) Serge Ibaka (-6%) 8) Anthony Davis (-5%) 9) Joakim Noah (-5%) 10) Trevor Booker (-5%) There's a lot of familiar names on this list - notable shot blockers like Rudy Gobert and Serge Ibaka. Most of these players are power forwards and centers, with the exception of Tony Allen and Andre Roberson, who are both defensive specialists. Andrew Bogut reduced the shooting averages of players he faced by more than 9%! Here are the b