Formula for calculating ELO performance

Discussion of chess software programming and technical issues.

Moderator: Ras

Rein Halbersma
Posts: 751
Joined: Tue May 22, 2007 11:13 am

Re: Formula for calculating ELO performance

Post by Rein Halbersma »

See this paper for a clear explanation.

http://www.recherche.enac.fr/~alliot/elo.pdf
Dann Corbit
Posts: 12792
Joined: Wed Mar 08, 2006 8:57 pm
Location: Redmond, WA USA

Re: Formula for calculating ELO performance

Post by Dann Corbit »

Rein Halbersma wrote:See this paper for a clear explanation.

http://www.recherche.enac.fr/~alliot/elo.pdf
Here is a very interesting article on alternative methods for Elo calculation by Roy Jones:
http://www.ratingtheory.com/
User avatar
Bill Rogers
Posts: 3562
Joined: Thu Mar 09, 2006 3:54 am
Location: San Jose, California

Re: Formula for calculating ELO performance

Post by Bill Rogers »

Well fellows, the math is a little beyond me, so who can say which system should be used or which system is the most accurate?
Just wondering.
Bill
Dann Corbit
Posts: 12792
Joined: Wed Mar 08, 2006 8:57 pm
Location: Redmond, WA USA

Re: Formula for calculating ELO performance

Post by Dann Corbit »

Bill Rogers wrote:Well fellows, the math is a little beyond me, so who can say which system should be used or which system is the most accurate?
Just wondering.
Bill
The answer to your question is very simple:

Which system makes the most accurate predictions? We can test this with experiments. The code from Royal Jones that I posted {prog10.cpp} does exactly that for Elo, linear and ratio models.

Besides contrived experiments, we can also model the predictions against actual data and see how often our predictions come true. Which ever method predicts most accurately is the best model.