Difference between revisions of "Website Help: Ranking"

From Elma Wiki
Jump to navigation Jump to search
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
On this page you can see the battle rankings and who is the best players and teams. There's four type of rankings, each is divided into player and team rankings. In the right most column you can specify the rankings by a special battle type and wether you wanna see overall, yearly, monthly, weekly or dayly ranking. The default setting is normal battle type and overall(all time) ranking.
+
On this page you can see the battle rankings and which are the best players and teams.
  
 
==Ranking==
 
==Ranking==
The ranking list is the main rankings and it's the biggest prestige to be first here. It is calculated after each battle by looking at each player that a certain player has beaten in the battle and doing the following calculation for each of those:
+
This is an ELO based ranking updated after each battle. A battle is considered as X number of matches, one of each player in the battle you either beat or lose to. Using this formula:
  
NewRanking = OldRanking * (1 + 0.003 * exp(0.001 * (BeatedPlayersRanking - OldRanking)));
+
b = 800
  
This basically means that a player get a small amount of points for beating a player with worse ranking than himself, and a bigger amount for beating a player with better ranking than himself.
+
r1 (Opponents ranking)
 +
 
 +
r2 (Your ranking)
 +
 
 +
r (updated ranking)
 +
 
 +
k = 3 for overall, 3 for yearly, 10 for monthly, 16 for weekly, 16 for daily
 +
 
 +
e (expected result) = 1 / (1 + 10 ^ ((r1 - r2) / b)
 +
 
 +
In matches you win:
 +
 
 +
r = r + (k * (1 - e))
 +
 
 +
In matches you lose:
 +
 
 +
r = r + (k * (0 - e))
  
 
==Wins==
 
==Wins==
Line 12: Line 28:
  
 
==Exp. Points==
 
==Exp. Points==
Battle Experience Points is the point system used for battles and mopobattles ect. back in the day. You get simply one point per player you beat plus 1, and plus 1 if you won the battle.
+
Battle Experience Points is the point system used for battles and mopobattles etc. back in the day. You get one point per player you beat plus 1, and plus 1 if you won the battle.
 
 
==Relative==
 
The relative ranking uses basically same system as the main rankings but you also lose points according to those players that beat you, like this:
 
  
 +
==Designed==
 +
Designed is the amount of battles the player has started.
  
NewRanking = OldRanking / (1 + 0.003 * exp(0.001 * (BeatedPlayersRanking - OldRanking)));
+
==Played==
 +
Played is the total amount of battle the player has participated in
  
 
[[Category:Website Help]]
 
[[Category:Website Help]]

Latest revision as of 23:19, 22 November 2020

On this page you can see the battle rankings and which are the best players and teams.

Ranking

This is an ELO based ranking updated after each battle. A battle is considered as X number of matches, one of each player in the battle you either beat or lose to. Using this formula:

b = 800

r1 (Opponents ranking)

r2 (Your ranking)

r (updated ranking)

k = 3 for overall, 3 for yearly, 10 for monthly, 16 for weekly, 16 for daily

e (expected result) = 1 / (1 + 10 ^ ((r1 - r2) / b)

In matches you win:

r = r + (k * (1 - e))

In matches you lose:

r = r + (k * (0 - e))

Wins

Wins is quite simply the amount of times a player has won a battle.

Exp. Points

Battle Experience Points is the point system used for battles and mopobattles etc. back in the day. You get one point per player you beat plus 1, and plus 1 if you won the battle.

Designed

Designed is the amount of battles the player has started.

Played

Played is the total amount of battle the player has participated in