UNPKG
mls-elo
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.0
0.1.0
0.0.1
Calculate ELO rankings for Major League Soccer
github.com/doug-wade/mls-elo
doug-wade/mls-elo
mls-elo
/
data
/
results.js
10 lines
(9 loc)
•
316 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
// 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
], ];