Calculate match winning chance from game winning chances
gwc2mwc.Rd
Given the game winning probability, match score, and cube value, what is a players match winning probability?
Examples
met <- get_met() # Get the default Kazaross XG2 table
gwc2mwc(0.5, 3, 5, 1, met)
#> [1] 0.657545