erikolsen / elo_calculator

A rails app to enter the results of ping pong matches and rate players using the ELO system.
http://erik-staging.herokuapp.com/
5 stars 7 forks source link

K factor should decrease over time #12

Open erikolsen opened 9 years ago

erikolsen commented 9 years ago

Keeping the k factor at 50 make the variance too great to be representative of their actual skill after a certain number of games. Maybe reduce k factor every 25 games with max reduction to 15? Compare to US table tennis and US Chess Fed.

ataz commented 9 years ago

Agreed! Most implementations of ELO ranking systems that I've seen do this to some extent.