Applying Tensors to Find Optimal Match-Ups in the NBA

A common methodology for NBA analysts to develop a metric that quantifies scoring ability of a player through the position a player is put in when taking a shot, and the association of a closest defender when the shot is taken. Some such metrics are kernel density plots of field goal percentages on the court, assist adjacency matrices, measure…

Identifying Player Possession in Spatio-Temporal Data

In a previous post, we took a look into some spatio-temporal data obtained through SportVU technology for the NBA and identified how to use that data to perform basic tasks such as building convex hulls to illustrate offense and defense coverage on a court; as well as provide basic Python code for the reader to…

Markov Simulation: NBA Playoffs

With the NBA Playoffs set to get underway, we take a quick look at the probabilities for each team becoming the NBA Champions. Common consensus would place any combination of the five strongest teams: Golden State – Houston – San Antonio versus Cleveland – Boston. But the question is how likely? To answer that, we…