final project
Introduction I looked at whether high-volume shooters in the NBA are actually less efficient than low-volume shooters. Most people assume that players who take a lot of shots end up shooting a lower percentage, but I wanted to test if there is a real statistical relationship between shot volume and field goal percentage. The reason I picked this because I love sports there are so many different statistics and oddities in it I can talk about sports forever the sports world as only gotten increasingly analytical, so it made sense for this to be my topic Data & Methods The dataset included 1,003 NBA player seasons with stats like field goal attempts (FGA), field goal percentage (FG%), points, rebounds, and more. I used the median number of field goal attempts to split players into high-volume and low-volume shooters, with 501 players in each group. To analyze the relationship, I ran a two-sample t test comparing FG% between the two groups, a co...