entropyMerton | R Documentation |
Compute the entropy, i.e. growth rate of the Kelly allocation under Merton's jump diffusion.
entropyMerton(
param,
rate = 0,
iterations = 500,
subdivisions = 500,
tol = 10^-6
)
param |
vector of parameters defining the jump-diffusion dynamics. See details |
rate |
the risk-free rate, or money-market account interest rate |
iterations |
number of iterations to use in the Newton-Raphson method for finding the optimal control as a root |
subdivisions |
number of subdivisions to use in numerical integrations |
tol |
tolerance for the zero to be found. |
list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.