chance_to_win_n_games: Calculate win chance after multiple matches

Description Usage Arguments Value Examples

View source: R/probability_functions.R

Description

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

Usage

1

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

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

RKelly documentation built on Sept. 4, 2019, 5:03 p.m.