powered by
Chance of a player winning the majority of n matches. Draws count not as a win
chance_to_win_n_games(p, n)
probability for player to win a single match
number of total matches playes
The decimal chance of winning a game
# NOT RUN { chance_to_win_n_games(0.55,5) # Chance for player with p=0.55 to win best of 5 matches # }
Run the code above in your browser using DataLab