Jump to content

Help Calculating UEFA Club Coefficients!


Recommended Posts

cteams = number of teams per country,

tpoints = number of points per team, (excluding qualifying rounds)

tmatches = number of matches per team, and

cpoints = sum(tpoints) per country. (including 50% of qualifying rounds)

ccoef = country coefficient per year,

crank = country ranking over 5 years,

tcoef = team coefficient per year, and

trank = team ranking over 5 years.

tcoef = 0.5 * rounddown( 0.33 * (2*cpoints/cteams), 3) + tpoints

trank = rounddown(sum(tcoef) , 3)

I found these from the Kassies, but what I want to know is; how are points per team awarded?

Link to post
Share on other sites

<BLOCKQUOTE class="ip-ubbcode-quote"><div class="ip-ubbcode-quote-title">quote:</div><div class="ip-ubbcode-quote-content">cteams = number of teams per country,

tpoints = number of points per team, (excluding qualifying rounds)

tmatches = number of matches per team, and

cpoints = sum(tpoints) per country. (including 50% of qualifying rounds)

ccoef = country coefficient per year,

crank = country ranking over 5 years,

tcoef = team coefficient per year, and

trank = team ranking over 5 years. </div></BLOCKQUOTE>

<BLOCKQUOTE class="ip-ubbcode-quote"><div class="ip-ubbcode-quote-title">quote:</div><div class="ip-ubbcode-quote-content">tcoef = 0.5 * rounddown( 0.33 * (2*cpoints/cteams), 3) + tpoints

trank = rounddown(sum(tcoef) , 3) </div></BLOCKQUOTE>

I found these from the Kassies, but what I want to know is; how are points per team awarded?

Link to post
Share on other sites

Club coefficients are based on how well a team has done in:

1. Europe (primarily)

2. League

However I don't know about Europe.

Club coefficients IRL are deeply flawed. A team gets a disproportionate amount of points for doing well in Europe (10 or so games knockout) then how they do in the league (38 games).

For example Liverpool have been top seeded in the CL for the past few years for winning it in 2005, yet Chelsea were seeded 2nd up untill this year despite winnning their league twice in a row.

The CL would be far more balanced (ie. same teams doing well every year from the same leagues) if coefficients and seedings in the group stage were based on league positioning primarily.

Link to post
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...