Outlier Detection Lab 2D: Falling Dot Histogram
Interactive 2D outlier lab: dots fall under gravity and stack into a live histogram, a linked order-statistic curve plots sorted value vs rank, and dragging the fence lines directly on the canvas re-classifies outliers by Tukey's IQR rule in real time.
Sample points fall under gravity and stack into bins to build a live histogram, while a linked panel plots every sorted value against its rank — the empirical quantile function. Drag the orange fence lines straight on the canvas (or use the slider) and watch points flip red the instant they cross Tukey's 1.5×IQR rule, the same rule data scientists reach for first during exploratory data analysis.
Sample points fall under gravity and stack into bins to build a live 2D histogram, while a linked panel plots every sorted value against its rank as the empirical quantile function. Drag the orange fence lines directly on the canvas and watch points flip red the instant they cross Tukey's 1.5×IQR rule.
2D · HTML5 Canvas 2D · 60 FPS target · runs fully client-side, no install