Description Usage Arguments Value Examples
View source: R/betting_tools.R
Returns a tibble of all possible win-loss combinations.
1 | calculateWinRanges(probabilities)
|
probabilites |
A vector representing a vector of win probabilities. |
A tibble where each row represents one possible win-loss combination along with the probability of that combination occurring.
1 2 3 4 5 | calculateWinRanges(c(.1, .4, .88, .47))
calculateWinRanges(c(.12, .462, .29))
calculateWinRanges(c(.6, .6, .6, .6))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.