kellyDTFM: Kelly-criterion for discrete-time financial market models

View source: R/discreteTimeModels.R

kellyDTFMR Documentation

Kelly-criterion for discrete-time financial market models

Description

Approximates the integral in the log utility problem and then calls uniroot or Newton-Raphson solver to maximize it.

Usage

kellyDTFM(distr, param, rate = 0, h = 10^-4)

Arguments

distr

distribution name for the (daily) arithmetic returns

param

the parameters of the distribution

rate

the risk-neutral rate of the money-market account

h

step size to avoid numeric blow-ups

Value

numeric


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