TheGlicko rating systemandGlicko-2 rating systemare methods of assessing a player's strength inzero-sumtwo-player games. The Glicko rating system was invented by Mark Glickman in 1995 as an improvement on theElo rating systemand initially intended for the primary use as achess rating system.Glickman's principal contribution to measurement is "ratings reliability", called RD, forratingsdeviation.

Overview

edit

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

Both the Glicko and Glicko-2 rating systems are under public domain and have been implemented ongame serversonline likeCounter-Strike: Global Offensive,Team Fortress 2,[2]Dota 2,[3]Guild Wars 2,[4]Splatoon 2,[5]Online-go,[6]Lichessandchess.[7]

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 therating volatilityσ.[8]A very slightly modified version of the Glicko-2 rating system is implemented by theAustralian Chess Federation.[9]

The algorithm of Glicko

edit

Step 1: Determine ratings deviation

edit

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

whereis 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 constantis 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

edit

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

edit

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

edit

Glicko-2 works in a similar way to the original Glicko algorithm, with the addition of a rating volatilitywhich 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

edit

Across one rating period, a player with a current ratingand ratings deviationplays againstopponents, with ratingsand RDs,resulting in scores.We first need to compute the ancillary quantitiesand:

where

Step 2: Determine new rating volatility

edit

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

we need to find the valuewhich satisfies.An efficient way of solving this would be to use the Illinois algorithm, a modified version of theregula falsiprocedure (seeRegula falsi § The Illinois algorithmfor details on how this would be done). Once this iterative procedure is complete, we set the new rating volatilityas

Step 3: Determine new ratings deviation and rating

edit

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

edit

References

edit
  1. ^Glickman, Mark."The Glicko System"(PDF).Archived(PDF)from the original on November 3, 2022.RetrievedOctober 13,2022.
  2. ^Valve."Team Fortress 2 Update Released".Archivedfrom the original on 29 June 2021.Retrieved29 June2021.
  3. ^"The New Frontiers Update - Gameplay Update 7.33".Archivedfrom the original on 20 April 2023.Retrieved20 April2023.
  4. ^Justin, O'Dell."Finding the perfect match".Archivedfrom the original on 11 November 2020.Retrieved16 January2015.
  5. ^Oatmealdome (12 August 2018)."An In-Depth Look at the Splatoon 2 Ranking System".Archivedfrom the original on 24 March 2024.Retrieved24 March2024.
  6. ^Atorrante-cyber (April 20, 2023)."Ranks and rating".GitHub, Inc.RetrievedSeptember 16,2024.
  7. ^Johnson, Ben (26 October 2023).Perpetual Chess Improvement: Practical Chess Advice from World-Class Players and Dedicated Amateurs.Continental Sales, Inc.
  8. ^abcGlickman, Mark E. (November 30, 2013)."Example of the Glicko-2 system"(PDF).Glicko.net.Archived(PDF)from the original on February 11, 2020.RetrievedJanuary 27,2020.
  9. ^"Australian Chess Federation Ratings By-Law"(PDF).Archived(PDF)from the original on 11 March 2020.Retrieved17 January2019.
  10. ^"Welcome to Glicko ratings".Archivedfrom the original on 2020-12-12.Retrieved2010-02-11.
edit