Description Usage Arguments Value References Examples
View source: R/probability_functions.R
The Kelly criterion
| 1 | kelly_criterion(p, alpha_w, alpha_l)
 | 
| p | The objective probability of the event | 
| alpha_w | The return multiplier in case of the event happening | 
| alpha_l | The return multiplier in case of the event not happening | 
The Kelly optimised fraction of the bankroll that should be bet
Thorp, Edward O. (1997; revised 1998). The Kelly Criterion in Blackjack, Sports Betting, and the Stock Market. http://www.eecs.harvard.edu/cs286r/courses/fall12/papers/Thorpe_KellyCriterion2007.pdf
| 1 | kelly_criterion(0.5,1,1)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.