<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Basketball on avyay's blog</title><link>https://blog.avyayv.com/tags/basketball/</link><description>Recent content in Basketball on avyay's blog</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 22 Mar 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.avyayv.com/tags/basketball/index.xml" rel="self" type="application/rss+xml"/><item><title>Symbiosis in the NBA</title><link>https://blog.avyayv.com/posts/symbiosis-in-the-nba/</link><pubDate>Tue, 22 Mar 2022 00:00:00 +0000</pubDate><guid>https://blog.avyayv.com/posts/symbiosis-in-the-nba/</guid><description>&lt;p>It&amp;rsquo;s been a while since I&amp;rsquo;ve done an NBA analytics project, but I&amp;rsquo;ve recently been intrigued by interactions between players within teams. Oftentimes, fans have a hunch that two players &amp;ldquo;mesh&amp;rdquo; well together or two players&amp;rsquo; playstyles do not complement one another. However, for the most part, this is a qualitative observation. In this article, I will present a simple, quantitative way of discovering favorable/unfavorable duos in the NBA (in addition to investigating specific duos).&lt;/p></description></item><item><title>What Affects NBA Shot Probability?</title><link>https://blog.avyayv.com/posts/finding-determinants-of-nba-shot-probability-using-interpretable-machine-learning-methods/</link><pubDate>Sun, 25 Oct 2020 00:00:00 +0000</pubDate><guid>https://blog.avyayv.com/posts/finding-determinants-of-nba-shot-probability-using-interpretable-machine-learning-methods/</guid><description>&lt;p>I presented this project as a poster at the CMU Sports Analytics Conference. The &lt;a href="https://github.com/avyayv/CMSACRepo">full research and associated code&lt;/a> and &lt;a href="http://www.stat.cmu.edu/cmsac/poster2020/posters/Varadarajan-NBAShotProb.pdf">conference poster&lt;/a> are available online.&lt;/p>
&lt;h2 id="overview">Overview&lt;/h2>
&lt;p>Since the advent of basketball analytics, a metric that can accurately determine the relative value of a player&amp;rsquo;s defense has been widely sought after. It is widely regarded that features like shot defense are key to a player&amp;rsquo;s defensive identity, but regularized on-off metrics like RAPM are unable to take this into account. Using player-tracking data, we are able to extract information about shot defense.&lt;/p></description></item><item><title>Where Do Assists Come From?</title><link>https://blog.avyayv.com/posts/where-do-assists-come-from/</link><pubDate>Sun, 05 Jul 2020 00:00:00 +0000</pubDate><guid>https://blog.avyayv.com/posts/where-do-assists-come-from/</guid><description>&lt;p>I used archived 2015-16 SportVU player-tracking data to look at where on the court assists come from. Along with league-wide trends, I looked at assists off misses and compared guards, forwards, centers, and individual players.&lt;/p>
&lt;h2 id="why">Why?&lt;/h2>
&lt;p>I found this problem interesting because of its potential implications.&lt;/p>
&lt;p>Players in the NBA—and basketball more broadly—have inherent biases toward where they prefer to shoot. For instance, if a player like Ben Simmons were standing at the three-point line, you wouldn&amp;rsquo;t guard him as tightly as you would Stephen Curry. Analysis of the specific locations from which players prefer to pass and shoot could help players anticipate what might happen next in a possession and improve defensive strategy.&lt;/p></description></item><item><title>Playing With Win Probability Models</title><link>https://blog.avyayv.com/posts/playing-with-win-probability-models/</link><pubDate>Sat, 20 Jun 2020 00:00:00 +0000</pubDate><guid>https://blog.avyayv.com/posts/playing-with-win-probability-models/</guid><description>&lt;p>I recently developed a win probability model for the awesome &lt;a href="https://github.com/basketballrelativity/py_ball">py_ball&lt;/a> package.&lt;/p>
&lt;p>In this blog post, I&amp;rsquo;ll describe the methods I used to develop the model.&lt;/p>
&lt;h2 id="methods">Methods&lt;/h2>
&lt;p>The model estimates win probability using the amount of time remaining, the point differential, and which team has possession. Home-court advantage is the only pregame bias, because every input is represented from the home team&amp;rsquo;s perspective. We hope to add betting odds to produce more accurate pregame probabilities.&lt;/p></description></item><item><title>Elam Ending Analytics</title><link>https://blog.avyayv.com/posts/elam-ending-analytics/</link><pubDate>Sun, 15 Mar 2020 00:00:00 +0000</pubDate><guid>https://blog.avyayv.com/posts/elam-ending-analytics/</guid><description>&lt;p>With the NBA season being postponed, there has been a lack of basketball in the world. As a result, I thought it would be interesting to look more deeply at whether the Elam Ending has a place in the current NBA and how it would work.&lt;/p>
&lt;h3 id="what-is-the-elam-ending">What is the Elam Ending?&lt;/h3>
&lt;p>If you didn&amp;rsquo;t watch the All-Star Game in 2020, the Elam Ending gives each team a target score at the start of a period rather than having them fight against the clock. Rather than having a five-minute overtime or a 12-minute fourth quarter, each team would have to score a certain number of points, based on the higher score in the game.&lt;/p></description></item><item><title>Clustering NBA Shot Charts</title><link>https://blog.avyayv.com/posts/clustering-nba-shot-charts/</link><pubDate>Tue, 24 Dec 2019 00:00:00 +0000</pubDate><guid>https://blog.avyayv.com/posts/clustering-nba-shot-charts/</guid><description>&lt;p>I used k-means clustering to group similar NBA shot charts and identify common shooting tendencies.&lt;/p>
&lt;h2 id="methodology">Methodology&lt;/h2>
&lt;p>My approach was to bin groups of shots, much like we sometimes do for visualization. This let me represent the data as a vector showing the frequency of shots from individual locations.&lt;/p>
&lt;p>&lt;figure class="article-figure">
 &lt;img
 src="https://blog.avyayv.com/images/shotchart.png"
 alt="Binned shot chart for James Harden"
 loading="lazy"
 decoding="async"
 width="620"
 height="690"
 >&lt;figcaption>Binned FGM/FGA shot chart for James Harden&lt;/figcaption>&lt;/figure>
&lt;/p>
&lt;p>I separated shots into 14 locations provided by the stats.nba.com API and created a 14-dimensional vector for each player in each season. Each value represents the player&amp;rsquo;s shot frequency from one location on the court. I did not include field goal percentage because I wanted to highlight shooting tendencies rather than shooting ability.&lt;/p></description></item><item><title>Playmaking in the Playoffs vs. the Regular Season</title><link>https://blog.avyayv.com/posts/playmaking-in-the-playoffs-vs-regular-season/</link><pubDate>Mon, 20 May 2019 00:00:00 +0000</pubDate><guid>https://blog.avyayv.com/posts/playmaking-in-the-playoffs-vs-regular-season/</guid><description>&lt;p>The 2019 NBA Playoffs have been excellent, with teams playing at their absolute best. We&amp;rsquo;ve seen teams like the Warriors and the Bucks absolutely dominate, but how have these teams, along with other teams, changed their playmaking strategies? For instance, if we look at the Bucks in the Playoffs, they have clearly decided to have Giannis drive into the paint more and pass out less. This is because Giannis&amp;rsquo;s attempts in the paint generate more points per shot (field goal percentage multiplied by two) than a typical three-point shooter does.&lt;/p></description></item></channel></rss>