Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 428 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 428 Bytes

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)