UNPKG

mls-elo

Version:

Calculate ELO rankings for Major League Soccer

10 lines (9 loc) 316 B
// see https://en.wikipedia.org/wiki/FIFA_Women's_World_Rankings#Actual_result_table module.exports = [ [47, 15, 8, 4, 3, 2, 1], [50, 16, 8.9, 4.8, 3.7, 2.6, 1.5], [51, 17, 9.8, 5.6, 4.4, 3.2, 2], [52, 18, 10.7, 6.4, 5.1, 3.8, 2.5], [52.5, 19, 11.6, 7.2, 5.8, 4.4, 3], [53, 20, 12.5, 8, 6.5, 5, 3.5], ];