Page 1 of 1

Monthly Ranking

Posted: Mon May 29, 2006 2:26 pm
by Xell
Hey everybody!

During some discussions, the idea of a monthly ranking table came up, an idea which i really liked. Now i made a little program with python which is able to compute that ranking, and also saves it until you enter a new match and the whole thing gets re-computed. It also can form the ladder into a html-document, which gives that whole stuff a sense. Here you can have a look at it:

http://zd7yx.50webs.org/ranking-310.html

I can try to keep it up-to-date if you want
Oh, forgot to mention that a win brings 3 points, a draw 1 and a defeat 0. If two teams have the same score, then the team with higher 'caps against subtracted from caps' is first.

Hope you like it
Xell

Posted: Mon May 29, 2006 3:15 pm
by quantum dot
yay we are on top!

Posted: Mon May 29, 2006 3:27 pm
by SportChick
Ohhh, very nice, Xell!

Posted: Mon May 29, 2006 5:18 pm
by zongo
Great job Xell!

It would be interesting to do the same thing with different points distribution in order to compare the results.
You used 310 for Wins, Draws, Loss (which i like but doesnt reward activity) it would be interesting to see the ladder using the 421 distribution or other suggestions.

Posted: Mon May 29, 2006 5:52 pm
by Xell
zongo wrote: It would be interesting to do the same thing with different points distribution in order to compare the results.
You used 310 for Wins, Draws, Loss (which i like but doesnt reward activity) it would be interesting to see the ladder using the 421 distribution or other suggestions.
Good idea:

3-1-0 distribution
4-2-1 distribution
activity ranking

Yes, the 421 distribution is much closer related to the acitvity than the 310 score distribution.