-
Notifications
You must be signed in to change notification settings - Fork 2
Stochastic simulation of March Madness
Oliver Beckstein edited this page Apr 6, 2016
·
1 revision
- Layne Bradshaw
- "Monte Carlo" stochastic simulation of March Madness 2016 tournament
- How often does every team win? How often will the n-seeded win?
- gather stats (win/loss, historical, seeding, ....)
- simulate matches and decide who wins through random numbers
- simulate whole tournament repeatedly
- gather stats
- simulate individual games
- run through all 64 games
- run production (many times)
- compare to real results
- How accurate can you be? What would count as success? Predicting the winning team on average.