I calculate that in an spreadsheet program (like MS Excel) in O(1) and always get the same results than you (as per posts on github).gladius wrote:I'm currently using Remi's excellent WhoIsBest (http://www.talkchess.com/forum/viewtopi ... 82&t=30624) for quick estimation of LOS. However, it's O(n^2), and when implemented in python, can be a bit slow for large numbers of games.
This is also for self-testing, so a relatively high draw rate. Any suggestions on a faster algorithm? I can't easily plug in bayeselo, or would definitely be using that.
If the problem is only with two opponents, it's absolutely trivial: just compute the mean and stdev, and the asymptotic gaussian distribution quantile.
did I miss something ?

