Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

kgames

A K Factor Function With Dependence On Number Of Games


Description

Calculates the K factor for the Elo rating system based on number of games played.

Usage

kgames(rating, games, elite = NULL, gv = 30, kv = c(32,26))

Arguments

rating

A numeric vector of player ratings. The K factor does not depend on this quantity.

games

A numeric vector with the number of games played by each player.

elite

Not used.

gv

A numeric vector of length one less than kv giving the thresholds for the number of games played.

kv

A numeric vector of length one more than gv giving the different K factors that the function can produce.

Details

This function is designed to be used for the kfac argument of either fide or elo. It returns kv[i] for players who have played a total number of games within the intervals defined by gv (closed on the right).

Value

A numeric vector of K factors.

See Also


PlayerRatings

Dynamic Updating Methods for Player Ratings Estimation

v1.1-0
GPL-3
Authors
Alec Stephenson and Jeff Sonas.
Initial release
2020-02-28

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.