benpeloquin7 / hot_hand

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Misperceptions of Randomness: Revisiting the Hot Hand Fallacy

In their seminal, 1974 work, “Judgment under Uncertainty: Heuristics and Biases,” Amos Tversky and Daniel Kahneman asked the question, “how do people assess the probability of an uncertain event or the value of an uncertain quantity?” This question is fundamental to the human experience - day-to-day life is replete with ambiguity we must somehow navigate. In perceiving the distance of an object, or assessing the intended meaning of a speaker’s utterance, we converge on some pragmatic estimate of the “truth,” despite the constraints of limited cognitive resources and often-incomplete information.

Current project

In the following project, we review one of the more popular errors studied within this framework – the divergence of people’s intuitive beliefs of randomness from the basic laws of chance. To do so, we revisit the controversial topic of the “Hot Hand” in Basketball. We review the orginal study which proposed that the Hot Hand was a fallacy (Gillovich, Vallone & Tversky, 1985) along with more recent work which claims to provide evidence for the phenomenon from a controlled shooting experiment (Miller and Sanjurjo, 2014). We conduct our own anlaysis of the phenomenon using the entire shot history from the 2014-15 NBA season (~200,000 shots from 400 players), also integrating player specific information scraped from stats.nba.com. While we are unable to detect Hot Hand effects in our data set, we do observe a potential in-game data confound proposed by Miller and Sanjurjo (2014).

Paper

https://github.com/benpeloquin7/hot_hand/blob/master/paper/Final_Paper1.docx

Analysis

https://htmlpreview.github.io/?https://github.com/benpeloquin7/hot_hand/blob/master/analysis/hot_hand_analysis.html

Data collection and scraping

https://github.com/benpeloquin7/hot_hand/tree/master/scraping_code

About


Languages

Language:HTML 99.2%Language:Python 0.5%Language:R 0.3%