Comment by TheDudeMan
3 years ago
I'm assuming your Elo-calculation code is looking at one match at a time. If you want to level-up the mathematical precision, check out Bayeselo from Remi Coulom: https://www.remi-coulom.fr/Bayesian-Elo/
3 years ago
I'm assuming your Elo-calculation code is looking at one match at a time. If you want to level-up the mathematical precision, check out Bayeselo from Remi Coulom: https://www.remi-coulom.fr/Bayesian-Elo/
> If you want to level-up the mathematical precision
I absolutely do! Thanks for the link, I’ll definitely check it out.
It is an implementation of the Bradley-Terry model. There are a few other implementations mentioned elsewhere in the comments.