entropyMerton: Kelly-criterion entropy under Merton's jump diffusion

View source: R/merton.R

entropyMertonR Documentation

Kelly-criterion entropy under Merton's jump diffusion

Description

Compute the entropy, i.e. growth rate of the Kelly allocation under Merton's jump diffusion.

Usage

entropyMerton(
  param,
  rate = 0,
  iterations = 500,
  subdivisions = 500,
  tol = 10^-6
)

Arguments

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.

Value

list


shill1729/kellyfractions documentation built on July 16, 2025, 6:21 p.m.