Questions tagged [rating-systems]
2 questions
5
votes
5 answers
Win loss code that does not make 1-0 record better than someone like 20-3
ok, am just looking for a win loss code example. This can be for any language, just wanting the outline. Fairly new to programming, so dummy it up for me :)
I can do (win-loss/total of win loss). Guessing that is a good standard win loss ratio, but…

user3130423
- 69
- 3
2
votes
3 answers
How can I rank teams based off of head to head wins/losses
I'm trying to write an algorithm (specifically in Ruby) that will rank teams based on their record against each other. If a team A and team B have won the same amount of games against each other, then it goes down to point differentials.
Here's an…

Tom Prats
- 133
- 1
- 7