Advancement scenarios
JO
joebarnin🌱Rookie
2026-01-29 11:08:13 · 👁 792 · 💬 4
I've been looking into the advancement scenarios from group play (advancing to the knockouts). To study this I've written some code that simulates the World Cup tournament. It's nothing sophisticated; it uses ELO ratings to determine match results, playing all the group matches and then the knockout rounds. I did a Monte Carlo run (10,000 tournaments) and generated statistics from that. The results seem reasonable. For example, here are a selection of teams; I'll list how often they win their group and how often they advance to the semifinals in my simulation, compared to the implied probabilities from the DraftKings Sportsbook: What I'm trying to show here is that the simulation produces reasonable results. It's not the best simulation, but it's good enough for my intent, which is to analyze broad trends in the tournament. I'll start with the advancement scenarios at the end of group play. Here's what I found (from 10,000 simulations): Probability of advancing, based on points in group play: Three points is the dividing line, so let's go into detail with that. Here's the probability of advancing, for all teams that finished in 3rd place with 3 points, base on their goal difference: Bottom line: Four points gets you through (almost always). two points doesn't (almost always). Three points may, depending on GD. Now let's step back and look at things before the final round of group games is played. After the each team has played two games, here are the averages. Of the 48 teams: (Note that in the scenarios marked with an asterisk, the teams still have something to play for, even though they have clinched advancement (i.e., improving or keeping their place in the group for a more-desirable knockout match) Bottom line: A vast majority of teams will have something to play for in the final round of group games. (Granted, some of those "still in the hunt" teams will have mathematical hopes only. For example, if Jordan goes into its final match needing a 4-goal win over Argentina). More analysis to come.