Description Usage Arguments Details Value
The Kelly criterion formula under GBM.
1 | kelly_gbm(drift, rate, volat)
|
drift |
the drift coefficient of the stock price process |
rate |
the risk-neutral rate of return, or the return on the bond/money market account, etc |
volat |
the volatility coefficient of the stock price process |
The equation is given by (μ-r)/σ^2, where dS_t =μ S_t dt +σ S_T dB_T and r is the risk-free rate of return.
Numerical
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.