It's been a while since I've used my knowledge in statistics and I have no idea how to turn that problem into an equation. I wanted to challenge myself but I failed. I thought maybe you too would like this challenge.
Starting with pre-defined score and who currently has the ball, I'd like to estimate the odds of winning of each player/team assuming they are precisely as likely to win any exchange.
A player/team scores a point every time it wins an exchange when it has the ball. If it wins an exchange when the other player/team has the ball, the scores stays the same but it gets the ball and the chance to score some points.
A racketball game, for example, ends when a player reaches 15 points but the game may continue as long as no one leads by 2 points (15-14 is not a valid final score, but 16-14 is).
There is theoretically two possibilities that this game never ends : either you enter a loop where no-one scores any point or no-one can lead by two points, and this is what I find very tricky. Still I am pretty convinced that this can be solved, just not by a newbie like me.
This problem has 4 variables :
- The current score of the player/team who has the ball
- The current score of the other player/team
- The score at which a game normally ends
- The minimum number of points by which the winning team/player has to lead
This question looks like mine but starts with the final score. Maybe it could be useful anyway.
In squash, the normal winning score is 11 but you need a 2 point margin. There is no maximum. The highest I have experienced is 27-25.
– badjohn Apr 04 '17 at 21:44