See this paper for a clear explanation. 
http://www.recherche.enac.fr/~alliot/elo.pdf
			
			
									
						
										
						Formula for calculating ELO performance
Moderator: Ras
- 
				Rein Halbersma
- Posts: 751
- Joined: Tue May 22, 2007 11:13 am
- 
				Dann Corbit
- Posts: 12799
- Joined: Wed Mar 08, 2006 8:57 pm
- Location: Redmond, WA USA
Re: Formula for calculating ELO performance
Here is a very interesting article on alternative methods for Elo calculation by Roy Jones:Rein Halbersma wrote:See this paper for a clear explanation.
http://www.recherche.enac.fr/~alliot/elo.pdf
http://www.ratingtheory.com/
- 
				Bill Rogers  
- Posts: 3562
- Joined: Thu Mar 09, 2006 3:54 am
- Location: San Jose, California
Re: Formula for calculating ELO performance
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
			
			
									
						
										
						Just wondering.
Bill
- 
				Dann Corbit
- Posts: 12799
- Joined: Wed Mar 08, 2006 8:57 pm
- Location: Redmond, WA USA
Re: Formula for calculating ELO performance
The answer to your question is very simple: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
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.