HOME

TheInfoList



OR:

The Elo rating system is a method for calculating the relative skill levels of players in zero-sum games such as
chess Chess is a board game for two players. It is an abstract strategy game that involves Perfect information, no hidden information and no elements of game of chance, chance. It is played on a square chessboard, board consisting of 64 squares arran ...
or
esports Esports (), short for electronic sports, is a form of competition using video games. Esports often takes the form of organized, multiplayer video game competitions, particularly between professional players, played individually or as teams. ...
. It is named after its creator Arpad Elo, a Hungarian-American chess master and physics professor. The Elo system was invented as an improved chess-rating system over the previously used Harkness system, but is also used as a rating system in association football (soccer),
American football American football, referred to simply as football in the United States and Canada and also known as gridiron football, is a team sport played by two teams of eleven players on a rectangular American football field, field with goalposts at e ...
, baseball,
basketball Basketball is a team sport in which two teams, most commonly of five players each, opposing one another on a rectangular Basketball court, court, compete with the primary objective of #Shooting, shooting a basketball (ball), basketball (appro ...
, pool, various
board game A board game is a type of tabletop game that involves small objects () that are placed and moved in particular ways on a specially designed patterned game board, potentially including other components, e.g. dice. The earliest known uses of the ...
s and
esports Esports (), short for electronic sports, is a form of competition using video games. Esports often takes the form of organized, multiplayer video game competitions, particularly between professional players, played individually or as teams. ...
, and, more recently, large language models. The difference in the ratings between two players serves as a predictor of the outcome of a match. Two players with equal ratings who play against each other are expected to score an equal number of wins. A player whose rating is 100 points greater than their opponent's is expected to score 64%; if the difference is 200 points, then the expected score for the stronger player is 76%. A player's Elo rating is a number that may change depending on the outcome of rated games played. After every game, the winning player takes points from the losing one. The difference between the ratings of the winner and loser determines the total number of points gained or lost after a game. If the higher-rated player wins, then only a few rating points will be taken from the lower-rated player. However, if the lower-rated player scores an upset win, many rating points will be transferred. The lower-rated player will also gain a few points from the higher rated player in the event of a draw. This means that this rating system is self-correcting. Players whose ratings are too low or too high should, in the long run, do better or worse correspondingly than the rating system predicts and thus gain or lose rating points until the ratings reflect their true playing strength. Elo ratings are comparative only, and are valid only within the rating pool in which they were calculated, rather than being an absolute measure of a player's strength. While Elo-like systems are widely used in two-player settings, variations have also been applied to multiplayer competitions.


History

Arpad Elo was a chess master and an active participant in the United States Chess Federation (USCF) from its founding in 1939. The USCF used a numerical ratings system devised by Kenneth Harkness to enable members to track their individual progress in terms other than tournament wins and losses. The Harkness system was reasonably fair, but in some circumstances gave rise to ratings many observers considered inaccurate. On behalf of the USCF, Elo devised a new system with a more sound statistical basis. At about the same time, György Karoly and Roger Cook independently developed a system based on the same principles for the New South Wales Chess Association. Elo's system replaced earlier systems of competitive rewards with one based on statistical estimation. Rating systems for many sports award points in accordance with subjective evaluations of the 'greatness' of certain achievements. For example, winning an important golf tournament might be worth an arbitrarily chosen five times as many points as winning a lesser tournament. A statistical endeavor, by contrast, uses a model that relates the game results to underlying variables representing the ability of each player. Elo's central assumption was that the chess performance of each player in each game is a normally distributed random variable. Although a player might perform significantly better or worse from one game to the next, Elo assumed that the mean value of the performances of any given player changes only slowly over time. Elo thought of a player's true skill as the mean of that player's performance random variable. A further assumption is necessary because chess performance in the above sense is still not measurable. One cannot look at a sequence of moves and derive a number to represent that player's skill. Performance can only be inferred from wins, draws, and losses. Therefore, a player who wins a game is assumed to have performed at a higher level than the opponent for that game. Conversely, a losing player is assumed to have performed at a lower level. If the game ends in a draw, the two players are assumed to have performed at nearly the same level. Elo did not specify exactly how close two performances ought to be to result in a draw as opposed to a win or loss. Actually, there is a probability of a draw that is dependent on the performance differential, so this latter is more of a confidence interval than any deterministic frontier. And while he thought it was likely that players might have different
standard deviation In statistics, the standard deviation is a measure of the amount of variation of the values of a variable about its Expected value, mean. A low standard Deviation (statistics), deviation indicates that the values tend to be close to the mean ( ...
s to their performances, he made a simplifying assumption to the contrary. To simplify computation even further, Elo proposed a straightforward method of estimating the variables in his model (i.e., the true skill of each player). One could calculate relatively easily from tables how many games players would be expected to win based on comparisons of their ratings to those of their opponents. The ratings of a player who won more games than expected would be adjusted upward, while those of a player who won fewer than expected would be adjusted downward. Moreover, that adjustment was to be in linear proportion to the number of wins by which the player had exceeded or fallen short of their expected number. From a modern perspective, Elo's simplifying assumptions are not necessary because computing power is inexpensive and widely available. Several people, most notably Mark Glickman, have proposed using more sophisticated statistical machinery to estimate the same variables. On the other hand, the computational simplicity of the Elo system has proven to be one of its greatest assets. With the aid of a pocket calculator, an informed chess competitor can calculate to within one point what their next officially published rating will be, which helps promote a perception that the ratings are fair.


Implementing Elo's scheme

The USCF implemented Elo's suggestions in 1960, and the system quickly gained recognition as being both fairer and more accurate than the Harkness rating system. Elo's system was adopted by the World Chess Federation (FIDE) in 1970. Elo described his work in detail in ''The Rating of Chessplayers, Past and Present'', first published in 1978.Elo 1986. Subsequent statistical tests have suggested that chess performance is almost certainly not distributed as a normal distribution, as weaker players have greater winning chances than Elo's model predicts. In paired comparison data, there is often very little practical difference in whether it is assumed that the differences in players' strengths are normally or logistically distributed. Mathematically, however, the logistic function is more convenient to work with than the normal distribution. FIDE continues to use the rating difference table as proposed by Elo. The development of the Percentage Expectancy Table (table 2.11) is described in more detail by Elo as follows:
The normal probabilities may be taken directly from the standard tables of the areas under the normal curve when the difference in rating is expressed as a z score. Since the standard deviation σ of individual performances is defined as 200 points, the standard deviation σ' of the differences in performances becomes σ√2 or 282.84. The z value of a difference then is . This will then divide the area under the curve into two parts, the larger giving P for the higher rated player and the smaller giving P for the lower rated player. For example, let . Then . The table gives and as the areas of the two portions under the curve. These probabilities are rounded to two figures in table 2.11.
The table is actually built with standard deviation as an approximation for . The normal and logistic distributions are, in a way, arbitrary points in a spectrum of distributions which would work well. In practice, both of these distributions work very well for a number of different games.


Different ratings systems

The phrase "Elo rating" is often used to mean a player's chess rating as calculated by FIDE. However, this usage may be confusing or misleading because Elo's general ideas have been adopted by many organizations, including the USCF (before FIDE), many other national chess federations, the short-lived Professional Chess Association (PCA), and online chess servers including the Internet Chess Club (ICC), Free Internet Chess Server (FICS), Lichess, Chess.com, and Yahoo! Games. Each organization has a unique implementation, and none of them follow Elo's original suggestions precisely. Instead one may refer to the organization granting the rating. For example: "As of April 2018, Tatev Abrahamyan had a FIDE rating of 2366 and a USCF rating of 2473." The Elo ratings of these various organizations are not directly comparable, since Elo ratings measure the results within a closed pool of players rather than absolute skill.


FIDE ratings

For top players, the most important rating is their
FIDE The International Chess Federation or World Chess Federation, commonly referred to by its French acronym FIDE ( , ), is an international organization based in Switzerland that connects the various national chess federations and acts as the Spor ...
rating. FIDE has issued the following lists: * From 1971 to 1980, one list a year was issued. * From 1981 to 2000, two lists a year were issued, in January and July. * From July 2000 to July 2009, four lists a year were issued, at the start of January, April, July and October. * From July 2009 to July 2012, six lists a year were issued, at the start of January, March, May, July, September and November. * Since July 2012, the list has been updated monthly. The following analysis of the July 2015 FIDE rating list gives a rough impression of what a given FIDE rating means in terms of world ranking: * 5,323 players had an active rating in the range 2200 to 2299, which is usually associated with the Candidate Master title. * 2,869 players had an active rating in the range 2300 to 2399, which is usually associated with the FIDE Master title. * 1,420 players had an active rating between 2400 and 2499, most of whom had either the International Master or the International Grandmaster title. * 542 players had an active rating between 2500 and 2599, most of whom had the International Grandmaster title. * 187 players had an active rating between 2600 and 2699, all of whom had the International Grandmaster title. * 40 players had an active rating between 2700 and 2799. * 4 players had an active rating of over 2800. ( Magnus Carlsen was rated 2853, and 3 players were rated between 2814 and 2816). The highest ever FIDE rating was 2882, which Magnus Carlsen had on the May 2014 list. A list of the highest-rated players ever is at Comparison of top chess players throughout history.


Performance rating

Performance rating or special rating is a hypothetical rating that would result from the games of a single event only. Some chess organizations use the "algorithm of 400" to calculate performance rating. According to this algorithm, performance rating for an event is calculated in the following way: # For each win, add your opponent's rating plus 400, # For each loss, add your opponent's rating minus 400, # And divide this sum by the number of played games. Example: 2 wins (opponents & ), 2 losses (opponents & )
: \begin & \frac \\ pt& \frac \end This can be expressed by the following formula: : \text = \frac Example: If you beat a player with an Elo rating of 1000, : \text = \frac = 1400 If you beat two players with Elo ratings of 1000, : \text = \frac = 1400 If you draw, : \text = \frac = 1000 This is a simplification, but it offers an easy way to get an estimate of PR (performance rating).
FIDE The International Chess Federation or World Chess Federation, commonly referred to by its French acronym FIDE ( , ), is an international organization based in Switzerland that connects the various national chess federations and acts as the Spor ...
, however, calculates performance rating by means of the formula\text = \text + d_p,where "rating difference" d_p is based on a player's tournament percentage score p, which is then used as the key in a lookup table where p is simply the number of points scored divided by the number of games played. Note that, in case of a perfect or no score d_p is 800.


Live ratings

FIDE The International Chess Federation or World Chess Federation, commonly referred to by its French acronym FIDE ( , ), is an international organization based in Switzerland that connects the various national chess federations and acts as the Spor ...
updates its ratings list at the beginning of each month. In contrast, the unofficial "Live ratings" calculate the change in players' ratings after every game. These Live ratings are based on the previously published FIDE ratings, so a player's Live rating is intended to correspond to what the FIDE rating would be if FIDE were to issue a new list that day. Although Live ratings are unofficial, interest arose in Live ratings in August/September 2008 when five different players took the "Live" No. 1 ranking. The unofficial live ratings of players over 2700 were published and maintained by Hans Arild Runde a
the Live Rating website
until August 2011. Another website
2700chess.com
has been maintained since May 2011 by Artiom Tsepotan, which covers the top 100 players as well as the top 50 female players. Rating changes can be calculated manually by using the FIDE ratings change calculator. All top players have a K-factor of 10, which means that the maximum ratings change from a single game is a little less than 10 points.


United States Chess Federation ratings

The United States Chess Federation (USCF) uses its own classification of players: *2400 and above: Senior Master *2200–2399: National Master **2200–2399 plus 300 games above 2200: Original Life Master *2000–2199: Expert or Candidate Master *1800–1999: Class A *1600–1799: Class B *1400–1599: Class C *1200–1399: Class D *1000–1199: Class E *800–999: Class F *600–799: Class G *400–599: Class H *200–399: Class I *100–199: Class J


The K-factor used by the USCF

The ''K-factor'', in the USCF rating system, can be estimated by dividing 800 by the effective number of games a player's rating is based on () plus the number of games the player completed in a tournament (). : K = \frac \,


Rating floors

The USCF maintains an absolute rating floor of 100 for all ratings. Thus, no member can have a rating below 100, no matter their performance at USCF-sanctioned events. However, players can have higher individual absolute rating floors, calculated using the following formula: :AF = \operatorname\ where N_W is the number of rated games won, N_D is the number of rated games drawn, and N_R is the number of events in which the player completed three or more rated games. Higher rating floors exist for experienced players who have achieved significant ratings. Such higher rating floors exist, starting at ratings of 1200 in 100-point increments up to 2100 (1200, 1300, 1400, ..., 2100). A rating floor is calculated by taking the player's peak established rating, subtracting 200 points, and then rounding down to the nearest rating floor. For example, a player who has reached a peak rating of 1464 would have a rating floor of , which would be rounded down to 1200. Under this scheme, only Class C players and above are capable of having a higher rating floor than their absolute player rating. All other players would have a floor of at most 150. There are two ways to achieve higher rating floors other than under the standard scheme presented above. If a player has achieved the rating of Original Life Master, their rating floor is set at 2200. The achievement of this title is unique in that no other recognized USCF title will result in a new floor. For players with ratings below 2000, winning a cash prize of $2,000 or more raises that player's rating floor to the closest 100-point level that would have disqualified the player for participation in the tournament. For example, if a player won $4,000 in a 1750-and-under tournament, they would now have a rating floor of 1800.


Theory

Pairwise comparisons form the basis of the Elo rating methodology. Elo made references to the papers of Good, David, Trawinski and David, and Buhlman and Huber.


Mathematical details

Performance is not measured absolutely; it is inferred from wins, losses, and draws against other players. Players' ratings depend on the ratings of their opponents and the results scored against them. The difference in rating between two players determines an estimate for the expected score between them. Both the average and the spread of ratings can be arbitrarily chosen. The USCF initially aimed for an average club player to have a rating of 1500 and Elo suggested scaling ratings so that a difference of 200 rating points in chess would mean that the stronger player has an ''expected score'' of approximately 0.75. A player's ''expected score'' is their probability of winning plus half their probability of drawing. Thus, an expected score of 0.75 could represent a 75% chance of winning, 25% chance of losing, and 0% chance of drawing. On the other extreme it could represent a 50% chance of winning, 0% chance of losing, and 50% chance of drawing. The probability of drawing, as opposed to having a decisive result, is not specified in the Elo system. Instead, a draw is considered half a win and half a loss. In practice, since the true strength of each player is unknown, the expected scores are calculated using the player's current ratings as follows. If player  has a rating of \, R_\mathsf \, and player  a rating of \, R_\mathsf \,, the exact formula (using the
logistic curve A logistic function or logistic curve is a common S-shaped curve (sigmoid function, sigmoid curve) with the equation f(x) = \frac where The logistic function has domain the real numbers, the limit as x \to -\infty is 0, and the limit as x \ ...
with base 10) for the expected score of player  is : E_\mathsf = \frac 1 ~. Similarly, the expected score for player  is : E_\mathsf = \frac 1 ~. This could also be expressed by : E_\mathsf = \frac and : E_\mathsf = \frac ~, where \; Q_\mathsf = 10^ \;, and \; Q_\mathsf = 10^ ~. Note that in the latter case, the same denominator applies to both expressions, and it is plain that \; E_\mathsf + E_\mathsf = 1 ~. This means that by studying only the numerators, we find out that the expected score for player  is \; Q_\mathsf/Q_\mathsf \; times the expected score for player . We can achieve this algebraically by subtracting 1 from the reciprocal of E_\mathsf before multiplying E_\mathsf. It then follows that for each 400 rating points of advantage over the opponent, the expected score is magnified ten times in comparison to the opponent's expected score. When a player's actual tournament scores exceed their expected scores, the Elo system takes this as evidence that player's rating is too low, and needs to be adjusted upward. Similarly, when a player's actual tournament scores fall short of their expected scores, that player's rating is adjusted downward. Elo's original suggestion, which is still widely used, was a simple linear adjustment proportional to the amount by which a player over-performed or under-performed their expected score. The maximum possible adjustment per game, called the K-factor, was set at \; K = 16 \; for masters and \; K = 32 \; for weaker players. Suppose player  (again with rating R_\mathsf) was expected to score \, E_\mathsf \, points but actually scored \, S_\mathsf \, points. The formula for updating that player's rating is :R_\mathsf' = R_\mathsf + K \cdot (S_\mathsf - E_\mathsf) ~. This update can be performed after each game or each tournament, or after any suitable rating period. An example may help to clarify: This updating procedure is at the core of the ratings used by
FIDE The International Chess Federation or World Chess Federation, commonly referred to by its French acronym FIDE ( , ), is an international organization based in Switzerland that connects the various national chess federations and acts as the Spor ...
, USCF, Yahoo! Games, the Internet Chess Club (ICC) and the Free Internet Chess Server (FICS). However, each organization has taken a different approach to dealing with the uncertainty inherent in the ratings, particularly the ratings of newcomers, and to dealing with the problem of ratings inflation/deflation. New players are assigned provisional ratings, which are adjusted more drastically than established ratings. The principles used in these rating systems can be used for rating other competitions—for instance, international football matches. Elo ratings have also been applied to games without the possibility of draws, and to games in which the result can also have a quantity (small/big margin) in addition to the quality (win/loss). See Go rating with Elo for more.


Suggested modification

In 2011 after analyzing 1.5 million FIDE rated games, Jeff Sonas demonstrated according to the Elo formula, two players having a rating difference of actually have a true difference of around . Likewise, one can leave the rating difference alone and divide by 480 instead of 400. Since the Elo formula is overestimating the stronger player's win probability, stronger players are losing points against weaker players despite playing at their true strength. Likewise, weaker players gain points against stronger players. When the modification is applied, observed win rates deviate by less than 0.1% away from prediction, while traditional Elo can be 4% off the predicted rate.


Most accurate distribution model

The first mathematical concern addressed by the USCF was the use of the normal distribution. They found that this did not accurately represent the actual results achieved, particularly by the lower rated players. Instead they switched to a logistic distribution model, which the USCF found provided a better fit for the actual results achieved. FIDE also uses an approximation to the logistic distribution.


Most accurate K-factor

The second major concern is the correct "-factor" used. The chess statistician Jeff Sonas believes that the original \; K = 10 \; value (for players rated above 2400) is inaccurate in Elo's work. If the -factor coefficient is set too large, there will be too much sensitivity to just a few, recent events, in terms of a large number of points exchanged in each game. And if the K-value is too low, the sensitivity will be minimal, and the system will not respond quickly enough to changes in a player's actual level of performance. Elo's original -factor estimation was made without the benefit of huge databases and statistical evidence. Sonas indicates that a -factor of 24 (for players rated above 2400) may be both more accurate as a predictive tool of future performance and be more sensitive to performance. Certain Internet chess sites seem to avoid a three-level K-factor staggering based on rating range. For example, the ICC seems to adopt a global except when playing against provisionally rated players. The USCF (which makes use of a logistic distribution as opposed to a normal distribution) formerly staggered the K-factor according to three main rating ranges: : Currently, the USCF uses a formula that calculates the -factor based on factors including the number of games played and the player's rating. The K-factor is also reduced for high rated players if the event has shorter time controls. FIDE uses the following ranges: : FIDE used the following ranges before July 2014: : The gradation of the -factor reduces rating change at the top end of the rating range, reducing the possibility for rapid rise or fall of rating for those with a rating high enough to reach a low -factor. In theory, this might apply equally to online chess players and over-the-board players, since it is more difficult for all players to raise their rating after their rating has become high and their -factor consequently reduced. However, when playing online, 2800+ players can more easily raise their rating by simply selecting opponents with high ratings – on the ICC playing site, a grandmaster may play a string of different opponents who are all rated over 2700. In over-the-board events, it would only be in very high level all-play-all events that a player would be able to engage that number of 2700+ opponents. In a normal, open, Swiss-paired chess tournament, frequently there would be many opponents rated less than 2500, reducing the ratings gains possible from a single contest for a high-rated player.


Formal derivation for win/loss games

The above expressions can be now formally derived by exploiting the link between the Elo rating and the stochastic gradient update in the logistic regression. If we assume that the game results are binary, that is, only a win or a loss can be observed, the problem can be addressed via logistic regression, where the games results are dependent variables, the players' ratings are independent variables, and the model relating both is probabilistic: the probability of the player \mathsf winning the game is modeled as : \Pr\ = \sigma(r_), \quad \sigma(r)=\frac 1 , where : r_ = (R_\mathsf - R_\mathsf) denotes the difference of the players' ratings, and we use a scaling factor s=400, and, by law of total probability : \Pr\ = 1-\sigma(r_)=\sigma(-r_). The log loss is then calculated as : \ell = \begin -\log \sigma(r_\mathsf) & \textrm~ \mathsf~\textrm,\\ -\log \sigma(-r_\mathsf) & \textrm~ \mathsf~\textrm, \end and, using the stochastic gradient descent the log loss is minimized as follows: : R_\leftarrow R_ - \eta \frac, : R_\leftarrow R_ - \eta \frac. where \eta is the adaptation step. Since \frac\log\sigma(r)=\frac\sigma(-r), \frac=1, and \frac=-1, the adaptation is then written as follows : R_\leftarrow \begin R_ + K \sigma(-r_) & \textrm~\mathsf~\textrm\\ R_ - K \sigma(r_) & \textrm~\mathsf~\textrm, \end which may be compactly written as : R_\leftarrow R_ + K (S_-E_) where K=\eta\log10/s is the new adaptation step which absorbs \eta and s, S_=1 if \mathsf wins and S_=0 if \mathsf wins, and the expected score is given by E_=\sigma(r_). Analogously, the update for the rating R_ is : R_\leftarrow R_ + K (S_-E_).


Formal derivation for win/draw/loss games

Since the very beginning, the Elo rating has been also used in chess where we observe wins, losses or draws and, to deal with the latter a fractional score value, S_=0.5, is introduced. We note, however, that the scores S_=1 and S_=0 are merely indicators to the events when the player \mathsf wins or loses the game. It is, therefore, not immediately clear what is the meaning of the fractional score. Moreover, since we do not specify explicitly the model relating the rating values R_ and R_ to the probability of the game outcome, we cannot say what the probability of the win, the loss, or the draw is. To address these difficulties, and to derive the Elo rating in the ternary games, we will define the explicit probabilistic model of the outcomes. Next, we will minimize the log loss via stochastic gradient. Since the loss, the draw, and the win are ordinal variables, we should adopt the model which takes their ordinal nature into account, and we use the so-called adjacent categories model which may be traced to the Davidson's work : \Pr\ = \sigma(r_; \kappa), : \Pr\ = \sigma(-r_; \kappa), : \Pr\ = \kappa\sqrt, where : \sigma(r; \kappa) = \frac and \kappa\ge 0 is a parameter. Introduction of a free parameter should not be surprising as we have three possible outcomes and thus, an additional degree of freedom should appear in the model. In particular, with \kappa=0 we recover the model underlying the logistic regression : \Pr\ = \sigma(r_;0)=\frac=\frac, where s' = s/2. Using the ordinal model defined above, the log loss is now calculated as : \ell = \begin -\log \sigma(r_;\kappa) & \textrm~ \mathsf~\textrm,\\ -\log \sigma(-r_;\kappa) & \textrm~ \mathsf~\textrm,\\ -\log \kappa -\frac\log\sigma(r_;\kappa) - \frac\log\sigma(-r_;\kappa) & \textrm~ \mathsf~\textrm, \end which may be compactly written as : \ell = -(S_ +\fracD)\log \sigma(r_;\kappa) -(S_ +\fracD) \log \sigma(-r_;\kappa) -D\log \kappa where S_=1 iff \mathsf wins, S_=1 iff \mathsf wins, and D=1 iff \mathsf draws. As before, we need the derivative of \log\sigma(r;\kappa) which is given by : \frac\log\sigma(r; \kappa) =\frac -g(r;\kappa) , where : g(r;\kappa)= \frac . Thus, the derivative of the log loss with respect to the rating R_ is given by : \begin \frac\ell &= -\frac \left( (S_ +0.5D) -g(r_;\kappa)-(S_ +0.5D)g(r_;\kappa) \right)\\ &= -\frac \left(S_ + 0.5D-g(r_;\kappa)\right), \end where we used the relationships S_ + S_ + D=1 and g(-r;\kappa)=1-g(r;\kappa) . Then, the stochastic gradient descent applied to minimize the log loss yields the following update for the rating R_ : R_\leftarrow R_ + K (\hat_- g(r_;\kappa)) where K=2\eta\log10/s and \hat_= S_ + 0.5D . Of course, \hat_= 1 if \textsf wins, \hat_= 0.5 if \textsf draws, and \hat_= 0 if \textsf loses. To recognize the origin in the model proposed by Davidson, this update is called an Elo-Davidson rating. The update for R_ is derived in the same manner as : R_\leftarrow R_ + K (\hat_- g(r_;\kappa)) , where r_=R_-R_=-r_ . We note that : \begin E hat_&=\Pr\+0.5\Pr\\\ &=\sigma(r_;\kappa)+0.5\kappa\sqrt\\ &=g(r_;\kappa) \end and thus, we obtain the rating update may be written as : R_\leftarrow R_ + K (\hat_- E_) , where E_=E hat_\mathsf and we obtained practically the same equation as in the Elo rating except that the expected score is given by E_=g(r_;\kappa) instead of E_=\sigma(r_) . Of course, as noted above, for \kappa=0, we have g(r;0) = \sigma(r) and thus, the Elo-Davidson rating is exactly the same as the Elo rating. However, this is of no help to understand the case when the draws are observed (we cannot use \kappa=0 which would mean that the probability of draw is null). On the other hand, if we use \kappa=2 , we have : g(r;2)= \frac =\frac =\sigma(r) which means that, using \kappa=2 , the Elo-Davidson rating is exactly the same as the Elo rating.


Practical issues


Game activity versus protecting one's rating

In some cases the rating system can discourage game activity for players who wish to protect their rating. In order to discourage players from sitting on a high rating, a 2012 proposal by British Grandmaster John Nunn for choosing qualifiers to the chess world championship included an activity bonus, to be combined with the rating. Beyond the chess world, concerns over players avoiding competitive play to protect their ratings caused Wizards of the Coast to abandon the Elo system for '' Magic: the Gathering'' tournaments in favour of a system of their own devising called "Planeswalker Points".


Selective pairing

A more subtle issue is related to pairing. When players can choose their own opponents, they can choose opponents with minimal risk of losing, and maximum reward for winning. Particular examples of players rated 2800+ choosing opponents with minimal risk and maximum possibility of rating gain include: choosing opponents that they know they can beat with a certain strategy; choosing opponents that they think are overrated; or avoiding playing strong players who are rated several hundred points below them, but may hold chess titles such as IM or GM. In the category of choosing overrated opponents, new entrants to the rating system who have played fewer than 50 games are in theory a convenient target as they may be overrated in their provisional rating. The ICC compensates for this issue by assigning a lower K-factor to the established player if they do win against a new rating entrant. The K-factor is actually a function of the number of rated games played by the new entrant. Therefore, Elo ratings online still provide a useful mechanism for providing a rating based on the opponent's rating. Its overall credibility, however, needs to be seen in the context of at least the above two major issues described—engine abuse, and selective pairing of opponents. The ICC has also recently introduced "auto-pairing" ratings which are based on random pairings, but with each win in a row ensuring a statistically much harder opponent who has also won x games in a row. With potentially hundreds of players involved, this creates some of the challenges of a major large Swiss event which is being fiercely contested, with round winners meeting round winners. This approach to pairing certainly maximizes the rating risk of the higher-rated participants, who may face very stiff opposition from players below 3000, for example. This is a separate rating in itself, and is under "1-minute" and "5-minute" rating categories. Maximum ratings achieved over 2500 are exceptionally rare.


Ratings inflation and deflation

The term "inflation", applied to ratings, is meant to suggest that the level of playing strength demonstrated by the rated player is decreasing over time; conversely, "deflation" suggests that the level is advancing. For example, if there is inflation, a modern rating of 2500 means less than a historical rating of 2500, while the reverse is true if there is deflation. Using ratings to compare players between different eras is made more difficult when inflation or deflation are present. (See also Comparison of top chess players throughout history.) Analyzing FIDE rating lists over time, Jeff Sonas suggests that inflation may have taken place since about 1985. Sonas looks at the highest-rated players, rather than all rated players, and acknowledges that the changes in the distribution of ratings could have been caused by an increase of the standard of play at the highest levels, but looks for other causes as well. The number of people with ratings over 2700 has increased. Around 1979 there was only one active player ( Anatoly Karpov) with a rating this high. In 1992 Viswanathan Anand was only the 8th player in chess history to reach the 2700 mark at that point of time. This increased to 15 players by 1994. 33 players had a 2700+ rating in 2009 and 44 as of September 2012. Only 14 players have ever broken a rating of 2800. One possible cause for this inflation was the rating floor, which for a long time was at 2200, and if a player dropped below this they were struck from the rating list. As a consequence, players at a skill level just below the floor would only be on the rating list if they were overrated, and this would cause them to feed points into the rating pool. In July 2000 the average rating of the top 100 was 2644. By July 2012 it had increased to 2703. Using a strong chess engine to evaluate moves played in games between rated players, Regan and Haworth analyze sets of games from FIDE-rated tournaments, and draw the conclusion that there had been little or no inflation from 1976 to 2009. In a pure Elo system, each game ends in an equal transaction of rating points. If the winner gains N rating points, the loser will drop by N rating points. This prevents points from entering or leaving the system when games are played and rated. However, players tend to enter the system as novices with a low rating and retire from the system as experienced players with a high rating. Therefore, in the long run a system with strictly equal transactions tends to result in rating deflation. In 1995, the USCF acknowledged that several young scholastic players were improving faster than the rating system was able to track. As a result, established players with stable ratings started to lose rating points to the young and underrated players. Several of the older established players were frustrated over what they considered an unfair rating decline, and some even quit chess over it.A conversation with Mark Glickma

, Published in ''Chess Life'' October 2006 issue


Combating deflation

Because of the significant difference in timing of when inflation and deflation occur, and in order to combat deflation, most implementations of Elo ratings have a mechanism for injecting points into the system in order to maintain relative ratings over time. FIDE has two inflationary mechanisms. First, performances below a "ratings floor" are not tracked, so a player with true skill below the floor can only be unrated or overrated, never correctly rated. Second, established and higher-rated players have a lower K-factor. New players have a , which drops to after 30 played games, and to when the player reaches 2400. The current system in the United States includes a bonus point scheme which feeds rating points into the system in order to track improving players, and different K-values for different players. Some methods, used in Norway for example, differentiate between juniors and seniors, and use a larger K-factor for the young players, even boosting the rating progress by 100% for when they score well above their predicted performance. Rating floors in the United States work by guaranteeing that a player will never drop below a certain limit. This also combats deflation, but the chairman of the USCF Ratings Committee has been critical of this method because it does not feed the extra points to the improving players. A possible motive for these rating floors is to combat sandbagging, i.e., deliberate lowering of ratings to be eligible for lower rating class sections and prizes.


Ratings of computers

Human–computer chess matches between 1997 ( Deep Blue versus Garry Kasparov) and 2006 demonstrated that chess computers are capable of defeating even the strongest human players. However, chess engine ratings are difficult to quantify, due to variable factors such as the time control and the hardware the program runs on, and also the fact that chess is not a fair game. The existence and magnitude of the first-move advantage in chess becomes very important at the computer level. Beyond some skill threshold, an engine with White should be able to force a draw on demand from the starting position even against perfect play, simply because White begins with too big an advantage to lose compared to the small magnitude of the errors it is likely to make. Consequently, such an engine is more or less guaranteed to score at least 25% even against perfect play. Differences in skill beyond a certain point could only be picked up if one does not begin from the usual starting position, but instead chooses a starting position that is only barely not lost for one side. Because of these factors, ratings depend on pairings and the openings selected. Published engine rating lists such as CCRL are based on engine-only games on standard hardware configurations and are not directly comparable to FIDE ratings. For some ratings estimates, see Chess engine § Ratings.


Use outside of chess


Other board and card games

* '' Go'': The European Go Federation adopted an Elo-based rating system initially pioneered by the Czech Go Federation. * ''
Backgammon Backgammon is a two-player board game played with counters and dice on tables boards. It is the most widespread Western member of the large family of tables games, whose ancestors date back at least 1,600 years. The earliest record of backgammo ...
'': The popular First Internet Backgammon Server (FIBS) calculates ratings based on a modified Elo system. New players are assigned a rating of 1500, with the best humans and bots rating over 2000. The same formula has been adopted by several other backgammon sites, such as Play65, DailyGammon, GoldToken and VogClub. VogClub sets a new player's rating at 1600. The UK Backgammon Federation uses the FIBS formula for its UK national ratings. * ''
Scrabble ''Scrabble'' is a word game in which two to four players score points by placing tiles, each bearing a single letter, onto a Board game, game board divided into a 15×15 grid of squares. The tiles must form words that, in crossword fashion, re ...
'': National Scrabble organizations compute normally distributed Elo ratings except in the
United Kingdom The United Kingdom of Great Britain and Northern Ireland, commonly known as the United Kingdom (UK) or Britain, is a country in Northwestern Europe, off the coast of European mainland, the continental mainland. It comprises England, Scotlan ...
, where a different system is used. The North American Scrabble Players Association has the largest rated population of active members, numbering about 2,000 as of early 2011. Lexulous also uses the Elo system. * Despite questions of the appropriateness of using the Elo system to rate games in which luck is a factor, trading-card game manufacturers often use Elo ratings for their organized play efforts. The DCI (formerly Duelists' Convocation International) used Elo ratings for tournaments of '' Magic: The Gathering'' and other Wizards of the Coast games. However, the DCI abandoned this system in 2012 in favor of a new cumulative system of "Planeswalker Points", chiefly because of the above-noted concern that Elo encourages highly rated players to avoid playing to "protect their rating". Pokémon USA uses the Elo system to rank its TCG organized play competitors. Prizes for the top players in various regions included holidays and world championships invites until the 2011–2012 season, where awards were based on a system of Championship Points, their rationale being the same as the DCI's for ''Magic: The Gathering''. Similarly, Decipher, Inc. used the Elo system for its ranked games such as '' Star Trek Customizable Card Game'' and '' Star Wars Customizable Card Game''.


Athletic sports

The Elo rating system is used in the chess portion of chess boxing. In order to be eligible for professional chess boxing, one must have an Elo rating of at least 1600, as well as competing in 50 or more matches of amateur boxing or martial arts. American college football used the Elo method as a portion of its
Bowl Championship Series The Bowl Championship Series (BCS) was a college football post-season selection system that created four or five bowl game match-ups involving eight or ten of the top ranked teams in the NCAA Division I Football Bowl Subdivision (FBS) of America ...
rating systems from 1998 to 2013 after which the BCS was replaced by the College Football Playoff. Jeff Sagarin of '' USA Today'' publishes team rankings for most American sports, which includes Elo system ratings for college football. The use of rating systems was effectively scrapped with the creation of the College Football Playoff in 2014. In other sports, individuals maintain rankings based on the Elo algorithm. These are usually unofficial, not endorsed by the sport's governing body. The World Football Elo Ratings is an example of the method applied to men's football. In 2006, Elo ratings were adapted for
Major League Baseball Major League Baseball (MLB) is a professional baseball league composed of 30 teams, divided equally between the National League (baseball), National League (NL) and the American League (AL), with 29 in the United States and 1 in Canada. MLB i ...
teams by
Nate Silver Nathaniel Read Silver (born January 13, 1978) is an American statistician, political analyst, author, sports gambler, and poker player who Sabermetrics, analyzes baseball, basketball and Psephology, elections. He is the founder of ''FiveThirty ...
, then of Baseball Prospectus. Based on this adaptation, both also made Elo-based
Monte Carlo Monte Carlo ( ; ; or colloquially ; , ; ) is an official administrative area of Monaco, specifically the Ward (country subdivision), ward of Monte Carlo/Spélugues, where the Monte Carlo Casino is located. Informally, the name also refers to ...
simulations of the odds of whether teams will make the playoffs. In 2014, Beyond the Box Score, an SB Nation site, introduced an Elo ranking system for international baseball. In tennis, the Elo-based Universal Tennis Rating (UTR) rates players on a global scale, regardless of age, gender, or nationality. It is the official rating system of major organizations such as the Intercollegiate Tennis Association and World TeamTennis and is frequently used in segments on the Tennis Channel. The algorithm analyzes more than 8 million match results from over 800,000 tennis players worldwide. On May 8, 2018, Rafael Nadal—having won 46 consecutive sets in clay court matches—had a near-perfect clay UTR of 16.42. In pool, an Elo-based system called Fargo Rate is used to rank players in organized amateur and professional competitions. One of the few Elo-based rankings endorsed by a sport's governing body is the FIFA Women's World Rankings, based on a simplified version of the Elo algorithm, which
FIFA The Fédération Internationale de Football Association (), more commonly known by its acronym FIFA ( ), is the international self-regulatory governing body of association football, beach soccer, and futsal. It was founded on 21 May 1904 to o ...
uses as its official ranking system for national teams in women's football. From the first ranking list after the 2018 FIFA World Cup, FIFA has also used Elo for their FIFA Men's World Rankings. In 2015, Nate Silver, editor-in-chief of the statistical commentary website FiveThirtyEight, and Reuben Fischer-Baum produced Elo ratings for every National Basketball Association team and season through the 2014 season. In 2014 FiveThirtyEight created Elo-based ratings and win-projections for the American professional
National Football League The National Football League (NFL) is a Professional gridiron football, professional American football league in the United States. Composed of 32 teams, it is divided equally between the American Football Conference (AFC) and the National ...
. The English Korfball Association rated teams based on Elo ratings, to determine handicaps for their cup competition for the 2011/12 season. An Elo-based ranking of
National Hockey League The National Hockey League (NHL; , ''LNH'') is a professional ice hockey league in North America composed of 32 teams25 in the United States and 7 in Canada. The NHL is one of the major professional sports leagues in the United States and Cana ...
players has been developed. The hockey-Elo metric evaluates a player's overall two-way play: scoring AND defense in both even strength and power-play/penalty-kill situations. Rugbyleagueratings.com uses the Elo rating system to rank international and club
rugby league Rugby league football, commonly known as rugby league in English-speaking countries and rugby 13/XIII in non-Anglophone Europe, is a contact sport, full-contact sport played by two teams of thirteen players on a rectangular Rugby league playin ...
teams. Hemaratings.com was started in 2017 and uses a Glicko-2 algorithm to rank individual Historical European martial arts fencers worldwide in different categories such as Longsword, Rapier, historical Sabre and Sword & Buckler.


Video games and online games

Many video games use modified Elo systems in competitive gameplay. The MOBA game
League of Legends ''League of Legends'' (''LoL'', commonly referred to as ''League'', is a multiplayer online battle arena video game developed and published by Riot Games. Inspired by ''Defense of the Ancients'', a Mod (video games), custom map for ''Warcraf ...
used an Elo rating system prior to the second season of competitive play. The
Esports Esports (), short for electronic sports, is a form of competition using video games. Esports often takes the form of organized, multiplayer video game competitions, particularly between professional players, played individually or as teams. ...
game '' Overwatch'', the basis of the unique Overwatch League professional sports organization, uses a derivative of the Elo system to rank competitive players with various adjustments made between competitive seasons. ''
World of Warcraft ''World of Warcraft'' (''WoW'') is a 2004 massively multiplayer online role-playing (MMORPG) video game developed and published by Blizzard Entertainment for Windows and Mac OS X. Set in the '' Warcraft'' fantasy universe, ''World of War ...
'' also previously used the Glicko-2 system to team up and compare Arena players, but now uses a system similar to Microsoft's TrueSkill. The game '' Puzzle Pirates'' uses the Elo rating system to determine the standings in the various puzzles. This system is also used in FIFA Mobile for the Division Rivals modes. Another recent game to start using the Elo rating system is '' AirMech'', using Elo ratings for 1v1, 2v2, and 3v3 random/team matchmaking. '' RuneScape 3'' used the Elo system in the rerelease of the bounty hunter minigame in 2016. '' Mechwarrior Online'' instituted an Elo system for its new "Comp Queue" mode, effective with the Jun 20, 2017 patch. '' Age of Empires II DE'' and '' Age of Empires III DE'' are using the Elo system for their Leaderboard and matchmaking, with new players starting at Elo 1000. Competitive Classic Tetris ( Tetris played on the Nintendo Entertainment System) derives its ratings using a combination of players' personal best scores and a highly modified Elo system. Few video games use the original Elo rating system. According to Lichess, an online chess server, the Elo system is outdated, with Glicko-2 now being used by many chess organizations. ''PlayerUnknown’s Battlegrounds'' is one of the few video games that utilizes the very first Elo system. In '' Guild Wars'', Elo ratings are used to record guild rating gained and lost through guild-versus-guild battles. In 1998, an online gaming ladder called ''Clanbase'' was launched, which used the Elo scoring system to rank teams. The initial K-value was 30, but was changed to 5 in January 2007, then changed to 15 in July 2009. The site later went offline in 2013. A similar alternative site was launched in 2016 under the name ''Scrimbase'', which also used the Elo scoring system for ranking teams. Since 2005, '' Golden Tee Live'' has rated players based on the Elo system. New players start at 2100, with top players rating over 3000. Despite many video games using different systems for matchmaking, it is common for players of ranked video games to refer to all matchmaking ratings as ''Elo''.


Other usage

The Elo rating system has been used in soft biometrics, which concerns the identification of individuals using human descriptions. Comparative descriptions were utilized alongside the Elo rating system to provide robust and discriminative 'relative measurements', permitting accurate identification. The Elo rating system has also been used in biology for assessing male dominance hierarchies, and in automation and computer vision for fabric inspection. Moreover, online judge sites are also using Elo rating system or its derivatives. For example, Topcoder is using a modified version based on normal distribution, while Codeforces is using another version based on logistic distribution. The Elo rating system has also been noted in dating apps, such as in the matchmaking app Tinder, which uses a variant of the Elo rating system. The YouTuber Marques Brownlee and his team used Elo rating system when they let people to vote between digital photos taken with different
smartphone A smartphone is a mobile phone with advanced computing capabilities. It typically has a touchscreen interface, allowing users to access a wide range of applications and services, such as web browsing, email, and social media, as well as multi ...
models launched in 2022. The Elo rating system has also been used in U.S. revealed preference college rankings, such as those by the digital credential firm Parchment. The Elo rating system has also been adopted to evaluate AI models. In 2021, Anthropic utilized the Elo system for ranking AI models in their research. The LMSYS leaderboard briefly employed the Elo rating system to rank AI models before transitioning to Bradley–Terry model.


References in the media

The Elo rating system was featured prominently in the 2010 film '' The Social Network'' during the algorithm scene where Mark Zuckerberg released Facemash. In the scene Eduardo Saverin writes mathematical formulas for the Elo rating system on Zuckerberg's dormitory room window. Behind the scenes, the movie claims, the Elo system is employed to rank girls by their attractiveness. The equations driving the algorithm are shown briefly, written on the window;Screenplay for ''The Social Network'', Sony Pictures
, p. 16
however, they are slightly incorrect.


See also

* Elo hell * Rating percentage index (RPI), another system that incorporates strength of opponents


Notes


References


Notes


Sources

*


Further reading

*


External links


Mark Glickman's research page, with a number of links to technical papers on chess rating systems
{{Chess Chess rating systems Sports records and statistics