December 2018
Beginner to intermediate
684 pages
21h 9m
English
In a financial market context, both outcomes and alternatives are more complex, but the Kelly rule logic does still apply. It was made popular by Ed Thorp, who first applied it profitably to gambling (described in Beat the Dealer) and later started the successful hedge fund Princeton/Newport Partners.
With continuous outcomes, the growth rate of capital is defined by an integrate over the probability distribution of the different returns that can be optimized numerically:

We can solve this expression for the optimal f* using the scipy.optimize module:
def norm_integral(f, m, st): val, er = quad(lambda s: ...
Read now
Unlock full access