1. I want to calculate a "round winrate" statistic. Conveniently, my game is always 7 rounds, so I could just start at 0 and add 1/7 per win. Except I don't know what happens if someone concedes a 2-player game before it ends. How are statistics tracked in those cases?
2. More generally, it would be useful to have a "ratio" type statistic for comparing two events that both vary in frequency. Displaying the two numbers separately is mathematically equivalent, but requires the user to calculate the rate every time they want it.
2. More generally, it would be useful to have a "ratio" type statistic for comparing two events that both vary in frequency. Displaying the two numbers separately is mathematically equivalent, but requires the user to calculate the rate every time they want it.