EPL - Elo Ratings

EPL

Introduction

This tool calculates ratings for each EPL team using the Elo rating system. You can edit the calculations by changing the default parameters. Explanations of the methodologies used can be found at the bottom of the page. Learn more about the Elo rating system.

Variables

Note that the earliest record on file for the EPL is August 14, 2010.

k is the weight of each match. A higher k makes the ratings more sensitive to recent results. Typical values are between 15 and 60.
Home Advantage is the home advantage adjustment. A popular value is 100.2, 3
Previous Season Weighting is the weighting applied to previous season data. It can be between 0 and 1.
Promoted Team Default Rating is the default starting rating for a promoted team. Note that the league average is 1500.
Table sort is the order by which the teams in the Elo ratings table below are sorted.

EPL Elo Ratings

Refer to the notes below for the differences between each methodology.

Team Elo Rating MethodologyAverage
1

Man City
Basic: 1,698.23
EloRatings.net: 1,738.74
ClubElo.com: 1,736.71
FIFA Women: 1,663.61
1,709.32
2

Liverpool
Basic: 1,670.28
EloRatings.net: 1,704.64
ClubElo.com: 1,704.91
FIFA Women: 1,640.53
1,680.09
3

Arsenal
Basic: 1,661.46
EloRatings.net: 1,697.26
ClubElo.com: 1,701.91
FIFA Women: 1,635.76
1,674.10
4

Tottenham
Basic: 1,571.69
EloRatings.net: 1,581.22
ClubElo.com: 1,582.33
FIFA Women: 1,560.52
1,573.94
5

Aston Villa
Basic: 1,574.28
EloRatings.net: 1,570.71
ClubElo.com: 1,571.13
FIFA Women: 1,556.09
1,568.05
6

Man Utd
Basic: 1,571.79
EloRatings.net: 1,557.73
ClubElo.com: 1,558.04
FIFA Women: 1,550.04
1,559.40
7

Newcastle
Basic: 1,530.97
EloRatings.net: 1,537.03
ClubElo.com: 1,541.59
FIFA Women: 1,531.07
1,535.17
8

Brighton
Basic: 1,521.36
EloRatings.net: 1,523.14
ClubElo.com: 1,521.58
FIFA Women: 1,519.88
1,521.49
9

Chelsea
Basic: 1,512.73
EloRatings.net: 1,513.51
ClubElo.com: 1,514.66
FIFA Women: 1,512.39
1,513.33
10

West Ham
Basic: 1,495.92
EloRatings.net: 1,491.77
ClubElo.com: 1,486.00
FIFA Women: 1,494.73
1,492.11
11

Wolves
Basic: 1,494.39
EloRatings.net: 1,483.08
ClubElo.com: 1,482.90
FIFA Women: 1,491.66
1,488.00
12

Fulham
Basic: 1,474.94
EloRatings.net: 1,482.74
ClubElo.com: 1,485.21
FIFA Women: 1,481.50
1,481.10
13

Bournemouth
Basic: 1,454.11
EloRatings.net: 1,451.09
ClubElo.com: 1,448.76
FIFA Women: 1,458.04
1,453.00
14

Everton
Basic: 1,445.12
EloRatings.net: 1,430.76
ClubElo.com: 1,432.38
FIFA Women: 1,455.92
1,441.04
15

Brentford
Basic: 1,437.28
EloRatings.net: 1,433.54
ClubElo.com: 1,432.51
FIFA Women: 1,459.98
1,440.83
16

Crystal Palace
Basic: 1,435.98
EloRatings.net: 1,419.70
ClubElo.com: 1,419.95
FIFA Women: 1,449.67
1,431.32
17

Nottm Forest
Basic: 1,402.73
EloRatings.net: 1,400.25
ClubElo.com: 1,397.39
FIFA Women: 1,427.98
1,407.09
18

Luton
Basic: 1,366.97
EloRatings.net: 1,361.00
ClubElo.com: 1,363.80
FIFA Women: 1,390.51
1,370.57
19

Burnley
Basic: 1,342.64
EloRatings.net: 1,317.23
ClubElo.com: 1,319.79
FIFA Women: 1,363.04
1,335.68
20

Sheffield Utd
Basic: 1,337.13
EloRatings.net: 1,304.84
ClubElo.com: 1,298.47
FIFA Women: 1,358.27
1,324.68
 

Notes:

The league average Elo rating is 1500. Each team starts with a rating of 1500 and then has their rating adjusted based on match results.

Ratings for teams with fewer than 30 matches on file should be considered provisional. The general consensus is that the ratings converge on a team's true strength after approximately 30 games.1

The calculated ratings will differ from the websites from which the above models were sourced from. Some of the reasons for this are:

General Formulas

The basic Elo ratings change based on the formula Rn = Ro + K(W - We), where
Rn = the team's new rating after the game
Ro = the team's rating prior to the game
K = the constant weighting applied to each game (determines sensitivity of ratings to new matches)
W = the result of the match. It equals 1 for a win, 0.5 for a draw, and 0 for a loss (with the exception of the FIFA Women's ranking system)2
We = the expected match result, which is calculated using the formula We = 1/(1 + 10 ^ ((Ropp-Ro) / 400)), where Ro is the team's rating before the game and Ropp is the opponent's rating before the game.

With the exception of the FIFA Women's ranking system2, the other Elo ratings systems introduce a margin of victory multiplier, called G, so the formula becomes Rn = Ro + KG(W - We). Each model has its own approach to calculating G. The margin of victory multiplier is discussed further down the page.

Adjustable Variables

k determines how sensitive the Elo ratings are to new results. If k is set too high, the ratings will jump around too much. Conversely if it is set too low, the ratings will take too long to react to changes in team performances. One NBA Elo rating system determined that for the NBA the optimal k is 20.3 The same website also applied a k of 20 for their NFL Elo rating system.5 A popular Elo rating website for football also uses a value of 20 for k.6

The Previous Season Weighting is a discounted factor for previous season data. It can take a value between 0 and 1. A higher value places greater importance on previous season data. When a new season begins the team's new rating becomes:
New Elo Rating = (Previous Season Weighting)*(End of last season's rating) + (1 - Previous Season Weighting)*(Default rating)
FiveThirtyEight use value of 0.75 for the NBA and 0.6667 for the NFL because they found NBA teams to be more consistent each year than NFL teams. Basically, the more applicable you believe previous season data to be, the higher the value you should choose. If you want to see how the ratings would come out if you ignored all previous season data, set this value equal to 0.

The Home Advantage variable adds points to the home team's Elo rating before calculating the expected match result, We. This is to account for the fact that in most sports playing at home is an advantage. Both the FIFA Women's World Rankings formula2 and a popular NBA Elo rating system3 use a value of 100. Other values used are 65 for an NFL Elo ratings system5 and 90 for a popular football ratings system.6 If you don't wish to adjust the model for home advantage set this value to 0.

The New / Promoted Team Elo Rating variable enables you to assign a lower initial rating for new or promoted teams to account for the fact that they are perceived to be at a disadvantage compared to the rest of the league. Once the new teams are assigned their initial values, the Elo ratings of the incumbent teams are adjusted upward to reset the league average to 1500. This approach is taken by popular NBA3 and NFL5 Elo rating models. It is also the approach taken by the NZ Herald for Super Rugby. If you don't wish to apply any adjustments for new teams, enter 1500 for this value.

Margin of Victory Multiplier (G)

The margin of victory multiplier enables the Elo rating model to account for large versus small scale victories. Most models that use this variable incorporate diminishing returns, so the difference in the value of G between a 5-point win and a 10-point win is larger than the difference between a 25-point and a 30-point win. Some models will also adjust G based on whether the favourite or the underdog won the game.

Below are brief outlines of the approaches used by each model.

The EloRatings.net system is used for football only. It calculates G using the formula:

The ClubElo system is also used for football only. It calculates G using the formula:

Note that G = 1 if the game is won by one goal.

The FIFA Women's ranking system doesn't use the variable G. Instead it adjusts the result of the match based on a table of values which accounts for both the winning margin and the number of goals scored by the losing team. The figures below are percentages.

Goals scored
by non winning team
Goal Difference
0 1 2 3 4 5 6 /+
0 47 15 8 4 3 2 1
1 50 16 8.9 4.8 3.7 2.6 1.5
2 51 17 9.8 5.6 4.4 3.2 2
3 52 18 10.7 6.4 5.1 3.8 2.5
4 52.5 19 11.6 7.2 5.8 4.4 3
5 53 20 12.5 8 6.5 5 3.5

For every other model the changes to each team's Elo ratings are symmetrical, so the league average always equals 1500. This isn't the case for the FIFA Women's ranking system because draws with score lines other than 1-1 result in asymmetric changes to the Elo ratings (the W variables for the two teams don't sum to 1).

The AST1/2 system is an experimental model developed by this website that calculates G using the formula:
G = (1 + Ngame/Nmedian)1/2 where Ngame is the winning margin for the game and Nmedian is the median winning margin in the league

The AST1/3 system is an experimental model developed by this website that calculates G using the formula:
G = (1 + Ngame/Nmedian)1/3 where Ngame is the winning margin for the game and Nmedian is the median winning margin in the league

For basketball this tool applies an approach based on the NBA model developed by FiveThirtyEight:
G = ((winning team's margin of victory + 3)0.8) / (7.5 + 0.006*(winner Elo - loser Elo + home field advantage adjustment)
The home field advantage adjustment is positive if the home team won and negative if the away team won. This formula accounts for the fact that favourites tend to win games by larger margins than when they lose.

For the NFL, this tool applies an approach based on the NFL model developed by FiveThirtyEight:
G = log(1 + winning team's margin of victory)*2.2/((winner Elo - loser Elo)*0.001 + 2.2)
(their website states they use the natural logarithm but we weren't able to replicate their numbers until we switched to log base 10) Like the NBA model, this formula accounts for the fact that favourites tend to win games by larger margins than when they lose. It isn't specifically discussed on their site, but we adjust (winner Elo - loser Elo) to account for home field advantage in the same way that their NBA model does.

A Survey of football ratings system found that in international football, "the best accuracy is achieved by two Elo models: the EloRatings.net system is the most accurate with respect to binomial deviance, and the Elo model applied by FIFA in ranking women's teams, when we look at the mean squared error."

League Expansions and Promotion

Some leagues like Super Rugby have experienced expansions. In other leagues such as the NBL, one team is disbanded and a new team is created in its place. For leagues like the EPL, the weakest teams are relegated at the end of each season with new teams promoted from the division below to replace them.

New franchises are typically at an initial disadvantage relative to existing franchises, which is why a New / Promoted Team Default Rating (discussed above) can be chosen.

To maintain an average league Elo rating of 1500, at the start of each season the returning teams have their ratings adjusted using the following formula:
Adjusted Elo rating = old_elo_rating * (1500 * (number_of_returning_teams + number_of_new_teams) - number_of_new_teams * new_team_default_rating) / (sum_of_returning_teams_elo_ratings)

If a team is relegated and then promoted in a later season, it receives the New Promoted Team Default Rating when it is reinstated rather than its old Elo rating.

Converting Differences in Elo Ratings into Lines / Handicaps / Point Spreads

It will vary depending on the model, but FiveThirtyEight takes the following approach for the NBA:
Take the difference of the two teams' Elo ratings, add 100 points for the home team and then divide by 28. This gives you a projected margin of victory for the game. For example, if the home team's Elo rating is 92 points higher than the away team, then the expected handicap is (92 + 100)/28 = 6.86 ~ 7 points.

For a lower scoring sport such as the NFL, FiveThirtyEight divides the difference in ratings by 25 to estimate a handicap.

Limitations of Elo Ratings for Sports Betting

Bookmaker handicaps account for a much wider scope of information than Elo ratings do. FiveThirtyEight back tested their NFL Elo ratings and found that it got 51% of line picks correct, which is insufficient to secure a profit unless variances in bookmaker odds and lines can be found.

One of the key limitations of the Elo rating system is the constant value for k and the inability to insert arbitrary breaks into the data to account for significant personnel changes (i.e. LeBron James joining or leaving the Cleveland Cavaliers, or Sergio Aguero getting injured for Man City).

References:

Other EPL Resources

The interactive EPL form guide enables you to view overall as well as home and away form guides for the league. You can also filter by strength of opponent.

The EPL betting value index ranks each team based on their betting value in the head-to-head market.

The EPL home-field advantage analysis compares each team's home and away records.

The EPL Poisson distribution tool applies the Poisson distribution to any pair of teams and chosen timeframe. Outcome probabilities predicted by the model along with their respective fair odds are provided.

The EPL score statistics provides goals for, goals against, goal difference plus total score statistics for the current season. Averages for home games, away games and all games are provided.

The EPL stadium analysis provides a range of statistics for each team at each stadium.

The EPL table displays league table/ladder data for the date range of your choosing.

The EPL winning margins page provides winning margin data for the league as well as for specific teams at home and/or away.

EPL clean sheets displays each team's clean sheets tally for the date range of your choosing.

Dabble

About:

Partners:

Sports and Leagues:

AFL A-League Men A-League Women
Big Bash League English Premier League Indian Premier League
NBA NBL NFL
NRL Super Rugby


For free and confidential support call 1800 858 858 or visit gamblinghelponline.org.au

© 2012- Australia Sports Tipping