gwc2mwc: Calculate match winning chance from game winning chances

View source: R/functions.R

gwc2mwcR Documentation

Calculate match winning chance from game winning chances

Description

Given the game winning probability, match score, and cube value, what is a players match winning probability?

Usage

gwc2mwc(pwin, x, y, cube, met)

Arguments

pwin

game winning chances (cubeless)

x

number of points that player needs

y

number of points that opponent needs

cube

cube value

met

match equity table

Value

double

Examples

met <- get_met() # Get the default Kazaross XG2 table
gwc2mwc(0.5, 3, 5, 1, met)


lassehjorthmadsen/backgammon documentation built on Jan. 25, 2025, 7:24 a.m.