gwc2mwc | R Documentation |
Given the game winning probability, match score, and cube value, what is a players match winning probability?
gwc2mwc(pwin, x, y, cube, met)
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 |
double
met <- get_met() # Get the default Kazaross XG2 table
gwc2mwc(0.5, 3, 5, 1, met)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.