VitamintK / kelly-hedge

A javascript calculator that tells you how much to hedge a bet in order to maximize E[log(wealth)]

Home Page:http://scientist.wang/kelly-hedge/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kelly-hedge

A javascript calculator that tells you how much to hedge a bet in order to maximize E[log(wealth)]

aka Kelly criterion for hedging a sports bet

Currently available at http://scientist.wang/kelly-hedge/

my workflow:

Developing: npm run dev
Build: npx next build
Copy to scientist.wang: cp -r out/ ~/github/scientist.wang/kelly-hedge/
Deploy scientist.wang (have to do it manually for some reason)

About

A javascript calculator that tells you how much to hedge a bet in order to maximize E[log(wealth)]

http://scientist.wang/kelly-hedge/


Languages

Language:TypeScript 78.2%Language:JavaScript 13.3%Language:CSS 8.5%