emg | R Documentation |
This scales a match winning chance at a certain score to the more familiar [-1, +1] money game-like interval.
emg(mwc, a, b, cube, met)
mwc |
current match winning chances for player |
a |
number of points that player needs |
b |
number of points that opponent needs |
cube |
cube value |
met |
match equity table |
double
# If I have 0.7 to win the match at 3-away, 5-away,
# how good is this on an money game scale?
met <- get_met() # Get the default Kazaross XG2 table
emg(0.7, 3, 5, 1, met)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.