- We have the percentage of wins for each player on their home page.
- Add their expected number of wins.
- Percentage of wins: number wins / number completed games.
- Expected wins: number of wins / Total number of players in complete games.
- Gives a better summary of players.
- Many people like stats, this would be a more useful one.
Player 1 has played 100 games and won 30 but these are all 1 v 1 games.
Player 2 has played 200 games and won 40 but these are all multi player games, say 8 players.
Player 1 has won 30% of games but was expected to win 50%
[expected wins is 1/2 + 1/2..... = 100 / 2*100 = 50%]
Player 2 has won 20% of games but was expected to only 12.5%
[expected wins is 1/8 + 1/8 ..... = 200 / 8*200 = 12.5%]
Note
The statistics would only need running totals to caculate it.
Extension
If you want to beef this up you could calculate expected number of points BUT I don't think you could do this reterospectivly.
EG