Skip to content
The Lab

The Limit Shape

Every Powerball white-ball draw is a sorted 5-tuple from 1–69. Take any single draw and it looks like nothing — five integers scattered across the range. Stack 1,300+ of them and a deterministic shape emerges: five overlapping humps, one for each order statistic. We compare what the lottery actually drew to the closed-form order-statistic distribution, then watch the empirical shape converge to the theoretical curve as N grows.

Verdict
After 1,354 draws, the empirical shape is inside the 95% noise envelope (deviation 1.353% vs envelope 2.036%). The lottery has the shape it should.
Draws (post-2015)
1,354
Real L∞ deviation
1.353%
empirical PMF vs theoretical
95% noise envelope
2.036%
upper bound at N=1,354
Ratio to envelope
0.66×
inside
The Five Humps
Bars: empirical PMF of each order statistic. Lines: closed-form prediction.
110203040506069white ball value0.0%2.3%4.5%6.8%9.0%probability
1st smallest · μ = 11.67
2nd smallest · μ = 23.33
3rd smallest · μ = 35.00
4th smallest · μ = 46.67
5th smallest · μ = 58.33
Per-statistic detail
Order statTheoretical μReal μSim μKS (real)KS (sim)
1st11.66711.934
+0.268
11.5641.98%1.53%
2nd23.33323.632
+0.299
22.9342.40%2.48%
3rd35.00035.604
+0.604
34.5393.12%3.07%
4th46.66747.151
+0.485
46.1452.83%3.18%
5th58.33358.595
+0.262
58.2982.29%2.21%

KS distance is the largest gap between the empirical CDF and the theoretical CDF for that order statistic. Real and Sim rows are matched in size — comparing them shows how much of the “wiggle” in the real data is just sampling noise.

Convergence vs noise envelope
As more draws accumulate, the L∞ deviation should fall like 1/√N. The shaded band is what fair random samples produce at the same size.
501002005001,0001,354number of draws (log scale)0.00%3.07%6.15%9.22%12.30%L∞ deviation
Real draws
Sim median
Sim 5th–95th band

How it works

The encoding. For each draw, sort the five whites ascending: x₁ < x₂ < x₃ < x₄ < x₅. The k-th value is the k-th order statistic. Across all draws, the empirical distribution of xₖ for each k = 1..5 is what we plot.

The closed form. Under uniform sampling without replacement, the k-th order statistic of a 5-subset of {1..69} has the exact PMF P(xₖ = v) = C(v−1, k−1) · C(69−v, 5−k) / C(69, 5). That gives five known curves tiling the range, with peaks near v ≈ k · 70/6 ≈ 11.67, 23.33, 35, 46.67, 58.33.

The noise envelope. How close to perfect should a finite sample look? We answer that with simulation: at each milestone size (50, 100, 200, …, all draws), we draw 50 independent batches of fair uniform samples, compute the L∞ distance between each sample's empirical PMF and the theoretical PMF, and take the 95th percentile. That's the noise envelope — the line a fair lottery's deviation should sit under 95% of the time.

What it tests. Inspired by Igor Pak's 2003 paper on the asymptotic stability of partition bijections [pdf], which formalizes the idea that random combinatorial objects have a deterministic limit shape. Sylvester saw this in the 1880s for sorted partitions; we see it here in 1,300+ Powerball draws. If the lottery is fair, the empirical shape should converge to the theoretical at rate 1/√N, and stay inside the envelope.

DISCLAIMER: Balliqa is an entertainment product. Every Powerball drawing is an independent random event. Pattern analysis of historical draws does not predict or influence future outcomes. The odds of winning the Powerball jackpot are 1 in 292,201,338.

HomeStatsLabTermsPrivacy @balliqa_picks

© 2026 Balliqa. All rights reserved.