Glicko_rating_system

Glicko rating system

Glicko rating system

Rating system for players of skill-based games


The Glicko rating system and Glicko-2 rating system are methods of assessing a player's strength in zero-sum two-player games. The Glicko rating system was invented by Mark Glickman in 1995 as an improvement on the Elo rating system and initially intended for the primary use as a chess rating system. Glickman's principal contribution to measurement is "ratings reliability", called RD, for ratings deviation.

Overview

Mark Glickman created the Glicko rating system in 1995 as an improvement on the Elo rating system.[1]

Both the Glicko and Glicko-2 rating systems are under public domain and have been implemented on game servers online like Pokémon Showdown, Pokémon Go,[2] Lichess, Free Internet Chess Server, Chess.com, Online Go Server (OGS),[3] Counter-Strike: Global Offensive, Quake Live, Team Fortress 2,[4] Dota 2,[5] Dota Underlords, Guild Wars 2,[6] Splatoon 2 and 3,[7] Dominion Online, TETR.IO, and competitive programming competitions.

The Reliability Deviation (RD) measures the accuracy of a player's rating, where the RD is equal to one standard deviation. For example, a player with a rating of 1500 and an RD of 50 has a real strength between 1400 and 1600 (two standard deviations from 1500) with 95% confidence. Twice (exact: 1.96) the RD is added and subtracted from their rating to calculate this range. After a game, the amount the rating changes depends on the RD: the change is smaller when the player's RD is low (since their rating is already considered accurate), and also when their opponent's RD is high (since the opponent's true rating is not well known, so little information is being gained). The RD itself decreases after playing a game, but it will increase slowly over time of inactivity.

The Glicko-2 rating system improves upon the Glicko rating system and further introduces the rating volatility σ.[8] A very slightly modified version of the Glicko-2 rating system is implemented by the Australian Chess Federation.[9]

The algorithm of Glicko

Step 1: Determine ratings deviation

The new Ratings Deviation () is found using the old Ratings Deviation ():

where is the amount of time (rating periods) since the last competition and '350' is assumed to be the RD of an unrated player. If several games have occurred within one rating period, the method treats them as having happened simultaneously. The rating period may be as long as several months or as short as a few minutes, according to how frequently games are arranged. The constant is based on the uncertainty of a player's skill over a certain amount of time. It can be derived from thorough data analysis, or estimated by considering the length of time that would have to pass before a player's rating deviation would grow to that of an unrated player. If it is assumed that it would take 100 rating periods for a player's rating deviation to return to an initial uncertainty of 350, and a typical player has a rating deviation of 50 then the constant can be found by solving for .[10]

Or

Step 2: Determine new rating

The new ratings, after a series of m games, are determined by the following equation:

where:

represents the ratings of the individual opponents.

represents the rating deviations of the individual opponents.

represents the outcome of the individual games. A win is 1, a draw is , and a loss is 0.

Step 3: Determine new ratings deviation

The function of the prior RD calculation was to increase the RD appropriately to account for the increasing uncertainty in a player's skill level during a period of non-observation by the model. Now, the RD is updated (decreased) after the series of games:

Glicko-2 algorithm

Glicko-2 works in a similar way to the original Glicko algorithm, with the addition of a rating volatility which measures the degree of expected fluctuation in a player’s rating, based on how erratic the player's performances are. For instance, a player's rating volatility would be low when they performed at a consistent level, and would increase if they had exceptionally strong results after that period of consistency. A simplified explanation of the Glicko-2 algorithm is presented below:[8]

Step 1: Compute ancillary quantities

Across one rating period, a player with a current rating and ratings deviation plays against opponents, with ratings and RDs , resulting in scores . We first need to compute the ancillary quantities and :

where

Step 2: Determine new rating volatility

We then need to choose a small constant which constrains the volatility over time, for instance (smaller values of prevent dramatic rating changes after upset results). Then, for

we need to find the value which satisfies . An efficient way of solving this would be to use the Illinois algorithm, a modified version of the regula falsi procedure (see Regula falsi § The Illinois algorithm for details on how this would be done). Once this iterative procedure is complete, we set the new rating volatility as

Step 3: Determine new ratings deviation and rating

We then get the new RD

and new rating

These ratings and RDs are on a different scale than in the original Glicko algorithm, and would need to be converted to properly compare the two.[8]

See also


References

  1. Glickman, Mark. "The Glicko System" (PDF). Retrieved October 13, 2022.
  2. "OGS has a new Glicko-2 based rating system!". 7 August 2017. Retrieved 2020-04-19.
  3. Valve. "Team Fortress 2 Update Released". Retrieved 29 June 2021.
  4. Justin, O'Dell. "Finding the perfect match". Retrieved 16 January 2015.
  5. OatmealDome. "An In-Depth Look at the Splatoon 2 Ranking System". oatmealdome.me. Retrieved 2021-06-16.
  6. Glickman, Mark E. (November 30, 2013). "Example of the Glicko-2 system" (PDF). Glicko.net. Retrieved January 27, 2020.
  7. "Australian Chess Federation Ratings By-Law" (PDF). Retrieved 17 January 2019.

Share this article:

This article uses material from the Wikipedia article Glicko_rating_system, and is written by contributors. Text is available under a CC BY-SA 4.0 International License; additional terms may apply. Images, videos and audio are available under their respective licenses.