Invented by Francis Galton in the 1880s, a Galton board (also called a quincunx) drops
beads through staggered rows of pegs. At every peg a bead bounces left or right with
roughly equal chance, exactly like a coin flip. After n rows the bead has
made n independent left/right "trials," and the bin it lands in records
how many of those trials went right.
p, failure (left) with probability 1−p.n rows — a sample from the Binomial(n, p) distribution.n·p and its standard deviation is √(n·p·(1−p)) — for large n it looks increasingly like a bell-shaped normal curve, a visual proof of the Central Limit Theorem.Galton originally built this device to argue that heredity — traits like height — follows the same bell curve produced by summing many small independent random influences, laying groundwork for regression analysis and modern statistics.
Beads fall through staggered rows of pegs, bouncing left or right like independent coin flips, and pile up in bins whose heights trace out the binomial distribution live in 3D.
Every peg is a Bernoulli trial with probability p of bouncing right. After n rows, the bin a bead lands in records its total number of "successes" — a live sample from Binomial(n, p).
Set the number of peg rows and the bounce probability, then watch beads accumulate. Toggle the theoretical curve overlay to compare the growing histogram against the exact binomial PMF.
Francis Galton built the first quincunx board in the 1880s to show that many small independent random effects sum to a bell curve — an early, physical proof of the Central Limit Theorem.