Description Usage Arguments Value Examples
Returns a vector of implied probabilities
1 | calculateImpliedProbPair(pair, precision = 4)
|
pair |
A vector representing the two outcomes in American odds format. |
precision |
A numerical value representing the precision. The default precision is set to 4 digits. |
A vector representing the implied probabilites
1 2 3 4 5 | calculateImpliedProbPair(c(200, -220))
calculateImpliedProbPair(c(1000, -800))
calculateImpliedProbPair(c(1000, -800), precision = 7)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.