kelly_gbm: Kelly criterion for a geometric Brownian motion

Description Usage Arguments Details Value

View source: R/gbm.R

Description

The Kelly criterion formula under GBM.

Usage

1
kelly_gbm(drift, rate, volat)

Arguments

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

Details

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.

Value

Numerical


shill1729/KellyCriterion documentation built on Oct. 12, 2020, 4:21 a.m.