Animated Galton Board

The Galton Board

Watch the Central Limit Theorem in action as individual particles bounce through the peg board to form a Normal Distribution.

Tip100% Client-Side

This simulator runs entirely in your browser using Observable JS. No server-side processing or external workers are required.


The Mathematics

The Galton Board is a physical model of the Binomial Distribution. For each row \(i\), the ball makes a choice: Left or Right.

If there are \(n\) rows, the number of right turns \(X\) follows: \[X \sim \text{Binomial}(n, p)\]

As the number of rows \(n\) and balls increases, this distribution is approximated by the Normal Distribution: \[X \approx \mathcal{N}(np, np(1-p))\]

This is a fundamental result in statistics known as the De Moivre–Laplace theorem, a special case of the Central Limit Theorem.