CODE
2017 NES Power Rankings
492 Jonas_N
409 Harry_H
332 Alex_K
310 Eli_M
306 Quaid
285 Koryan
234 Mike_W
228 Matt_B
224 Jeff_M
222 Bo_S
173 Ben_M
158 Trey_H
146 Jani_H
128 Terry_P
123 Chad_M
Edit: Recalculated without adding days between tournament due to more accurate figures using this method.
I was curious what it would look like to compute the Elo ratings of players based on historical CTWC win/loss data. I used
this data for input to the program. If you find any mistakes, please let me know. I thought it would be best to use the
Whole-History Rating method. It's more computationally expensive, but creates slightly more predictive results. Using the
open source GoShrine library,
here is the script I used to compute the ratings. Also, the
raw output.Generally, Elo ratings need several games before they are accurate. That's the main drawback here. The more tournaments played, and the more times a player makes it to the later rounds, the more accurate his or her ratings should be.