TheRooster
Member
A while back I made a spreadsheet to calculate the odds for high races. I'll share it here just as an alternative. It doesn't use a simulation. To be honest I forget exactly how it works, but here's the spreadsheet formula I came up with:
Edit: here's FARGO_GAME_WIN_ODDS for completeness
docs.google.com
Code:
=SUM(ARRAYFORMULA(
NEGBINOM.DIST(SEQUENCE(games_b)-1, games_a, FARGO_GAME_WIN_ODDS(rating_a, rating_b))
))
Edit: here's FARGO_GAME_WIN_ODDS for completeness
Code:
=1 / (1 + POW(2, (rating_b - rating_a)/100))
FargoRate Race Odds
Last edited: