chance_to_win_n_games {RKelly}R Documentation

Calculate win chance after multiple matches

Description

Chance of a player winning the majority of n matches. Draws count not as a win

Usage

chance_to_win_n_games(p, n)

Arguments

p

probability for player to win a single match

n

number of total matches playes

Value

The decimal chance of winning a game

Examples

chance_to_win_n_games(0.55,5) # Chance for player with p=0.55 to win best of 5 matches

[Package RKelly version 1.0 Index]