Learn R Programming

RKelly (version 1.0)

kelly_back_dec: Kelly for back bet

Description

Kelly for back bet

Usage

kelly_back_dec(price, p, commision_rate)

Arguments

price

Price to back in decimal odds

p

Probability of event to to materialise

commision_rate

Rate of commision charged on WINNINGS

Value

Kelly optimised fraction of stake relative to bank

Examples

Run this code
# NOT RUN {
kelly_back_dec(2,0.5,0.05)
# }

Run the code above in your browser using DataLab