<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Research-Notes on ENKR's Blog | Jing Hui PANG</title><link>https://blog.enkr1.com/tags/research-notes/</link><description>Recent content in Research-Notes on ENKR's Blog | Jing Hui PANG</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><copyright>ENKR</copyright><lastBuildDate>Fri, 12 Jun 2026 22:15:50 +0800</lastBuildDate><atom:link href="https://blog.enkr1.com/tags/research-notes/index.xml" rel="self" type="application/rss+xml"/><item><title>Kelly Criterion: How Much to Bet When You Think You Have an Edge</title><link>https://blog.enkr1.com/kelly-criterion/</link><pubDate>Fri, 12 Jun 2026 22:00:08 +0800</pubDate><guid>https://blog.enkr1.com/kelly-criterion/</guid><description>&lt;blockquote&gt;
&lt;p&gt;i ran into the kelly formula on social media, asked my AI to teach me, then had it dispatch a fleet of fact-checking agents to verify every number below against thorp&amp;rsquo;s papers and the original 1956 paper. one thing it taught me in chat turned out to be subtly wrong, which is exactly why this note exists.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;🚧 &lt;strong&gt;reading status: not done.&lt;/strong&gt; i&amp;rsquo;ve been taught this once and skimmed it once. future me: come back, work through the maths by hand, and tick the checklist at the bottom. until then, treat my own understanding here as unverified, even though the facts themselves are checked.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="the-question-kelly-actually-answers"&gt;the question kelly actually answers
&lt;/h2&gt;&lt;p&gt;you have a bet with an edge. you get to repeat it many times, profits roll back into the bankroll. how much do you put in each time?&lt;/p&gt;
&lt;p&gt;the naive answer is &amp;ldquo;maximise expected wealth&amp;rdquo;, and it is a trap. expected value is linear, so maximising $E[W]$ tells you to bet everything every round. do that repeatedly and you go broke with probability one (kelly says exactly this on p. 918 of the original paper). the expectation is propped up by an astronomically lucky path you will never live.&lt;/p&gt;
&lt;p&gt;kelly&amp;rsquo;s move (bell labs, 1956) was to maximise $E[\log W]$ instead, which is the same as maximising the long-run compound growth rate. for a bet where you win $b$ per $1 staked with probability $p$ (lose the stake with probability $q = 1-p$), each round grows your log-wealth by&lt;/p&gt;
&lt;p&gt;$$ g(f) = p\ln(1+bf) + q\ln(1-f) $$&lt;/p&gt;
&lt;p&gt;take the derivative, set it to zero:&lt;/p&gt;
&lt;p&gt;$$ f^{\ast} = \frac{bp-q}{b} = p - \frac{q}{b} $$&lt;/p&gt;
&lt;p&gt;the second form is the one to remember: &lt;strong&gt;win rate, minus loss rate divided by the odds.&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="full-kelly-is-more-aggressive-than-you-think"&gt;full kelly is more aggressive than you think
&lt;/h2&gt;&lt;p&gt;plug in numbers that sound conservative: 70% win rate, 1.5:1 payoff.&lt;/p&gt;
&lt;p&gt;$$ f^{\ast} = 0.7 - \frac{0.3}{1.5} = 0.5 $$&lt;/p&gt;
&lt;p&gt;half your bankroll. on one trade. the formula is not shy, and that is the first hint that nobody should run it raw.&lt;/p&gt;
&lt;h2 id="the-2x-kelly-cliff"&gt;the 2x kelly cliff
&lt;/h2&gt;&lt;p&gt;here is the property that makes kelly worth learning even if you never bet. the growth curve $g(f)$ is a hill with its peak at $f^{\ast}$, and in the continuous approximation (and with no risk-free rate) it is exactly parabolic. betting a fraction $c$ of full kelly gets you&lt;/p&gt;
&lt;p&gt;$$ \text{growth share} = 2c - c^{2} $$&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;fraction of kelly&lt;/th&gt;
&lt;th&gt;share of max growth&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;0.25x&lt;/td&gt;
&lt;td&gt;44%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;0.5x&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;75%&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;1x&lt;/td&gt;
&lt;td&gt;100%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;1.5x&lt;/td&gt;
&lt;td&gt;75%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;2x&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;0%&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&amp;gt;2x&lt;/td&gt;
&lt;td&gt;negative&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;at exactly twice kelly your excess growth rate is zero. you took on all that risk to compound at the risk-free rate. beyond 2x, the growth rate goes negative and your wealth shrinks towards zero almost surely, &lt;strong&gt;even though the strategy has a genuine edge&lt;/strong&gt; and even though $E[W]$ is still going up. the average is rising while almost every actual path dies. concrete discrete example: a 60% coin at even odds has $f^{\ast} = 0.2$ and grows about 2.0% per round; bet 0.4 instead and you grind down at about minus 0.2% per round.&lt;/p&gt;
&lt;h2 id="drawdowns-the-part-that-converts-people-to-half-kelly"&gt;drawdowns: the part that converts people to half kelly
&lt;/h2&gt;&lt;p&gt;thorp&amp;rsquo;s survey has a remarkably clean set of results for full kelly (continuous approximation, no risk-free rate):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;the probability your bankroll &lt;strong&gt;ever&lt;/strong&gt; falls to a fraction $x$ of where it is now is just $x$. a 50% chance of halving at some point. a 10% chance of being down 90% at some point.&lt;/li&gt;
&lt;li&gt;the probability you halve before you double is &lt;strong&gt;1/3&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;at a fraction $c$ of kelly, the ever-drop-to-$x$ probability becomes $x^{2/c - 1}$. at half kelly that is $x^{3}$: the chance of ever halving drops from 50% to &lt;strong&gt;12.5%&lt;/strong&gt;, and halve-before-double drops from 1/3 to 1/9.&lt;/p&gt;
&lt;p&gt;so half kelly trades 25% of the growth for roughly a 4x improvement in the disaster odds. that trade is so lopsided that &amp;ldquo;half kelly&amp;rdquo; is basically the practitioner default.&lt;/p&gt;
&lt;h2 id="where-my-ai-taught-me-wrong-and-the-fact-check-caught-it"&gt;where my AI taught me wrong (and the fact-check caught it)
&lt;/h2&gt;&lt;p&gt;in chat i was told the classic line: &amp;ldquo;the penalty for over-betting is steeper than for under-betting, that is why you go fractional.&amp;rdquo; the agents checked it against thorp and it is &lt;strong&gt;false in the continuous model&lt;/strong&gt;: the growth parabola is symmetric, so 0.5x and 1.5x kelly both earn exactly 75% of max growth.&lt;/p&gt;
&lt;p&gt;the asymmetry is real but it lives in the consequences, not the slope:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;only the over side has a cliff. every $f$ below $f^{\ast}$ still grows; past $2f^{\ast}$ you are in almost-sure-ruin territory. if you over-estimate your edge, only one direction can kill you.&lt;/li&gt;
&lt;li&gt;variance rises monotonically with $f$. betting 1.5x kelly gives the same growth as 0.5x but strictly more pain, so over-betting is dominated. there is never a reason to be on the right side of the peak.&lt;/li&gt;
&lt;li&gt;in the discrete setting (real bets, not the smooth approximation) the curve genuinely is steeper above $f^{\ast}$, because $\ln(1-f)$ blows up as you approach betting everything. thorp himself writes that over-betting is &amp;ldquo;much more severely penalized&amp;rdquo; in his sports betting section.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;so the folk wisdom lands in the right place with the wrong proof. good reminder that plausible-sounding maths from an AI (or a screenshot) deserves a fact-check pass.&lt;/p&gt;
&lt;h2 id="why-you-cannot-run-this-in-markets"&gt;why you cannot run this in markets
&lt;/h2&gt;&lt;p&gt;for continuous returns (a stock, roughly geometric brownian motion) the kelly fraction becomes&lt;/p&gt;
&lt;p&gt;$$ f^{\ast} = \frac{\mu - r}{\sigma^{2}} $$&lt;/p&gt;
&lt;p&gt;excess return over variance, the same form as merton&amp;rsquo;s portfolio share under log utility. plug in long-run us equity numbers, about 5% excess return and 16% volatility: $0.05 / 0.0256 \approx 2$. raw kelly tells you to run &lt;strong&gt;2x levered long equities&lt;/strong&gt;. the formula is screaming its own weakness: $f^{\ast}$ is hypersensitive to $\mu$, and $\mu$ is the thing nobody can estimate.&lt;/p&gt;
&lt;p&gt;in blackjack, $p$ and $b$ are counted from the deck. in markets:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;there is no fixed $p$ and $b$. you estimate them from history, and the process is non-stationary.&lt;/li&gt;
&lt;li&gt;backtested win rates are systematically inflated by overfitting and selection bias (see bailey and lópez de prado on the deflated sharpe ratio), so your estimated $p$ is biased exactly in the direction that pushes you over the cliff.&lt;/li&gt;
&lt;li&gt;kelly assumes you know the distribution. fat tails plus leverage means one event you did not model can end you regardless of what the formula said.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;the cautionary tale everyone reaches for is LTCM (1998). thorp&amp;rsquo;s framing, from his lectures: their approach was the &amp;ldquo;anti-kelly&amp;rdquo;, massive leverage to &amp;ldquo;pick up nickels in front of a bulldozer&amp;rdquo;, with little true edge underneath, which makes any sizeable position over-kelly by definition. honest caveat from the fact-check: thorp said this in talks, not in his written papers, and the mainstream post-mortems blame model risk and liquidity spirals rather than kelly arithmetic. &amp;ldquo;they died of over-betting&amp;rdquo; is the kelly community&amp;rsquo;s lens, not the consensus explanation. both can be true.&lt;/p&gt;
&lt;h2 id="history-one-paragraph"&gt;history, one paragraph
&lt;/h2&gt;&lt;p&gt;john l. kelly jr. published &amp;ldquo;a new interpretation of information rate&amp;rdquo; at bell labs in 1956. the original framing is a gambler with a private wire: under fair odds, the maximum growth rate of his bankroll equals the information rate of the channel, a direct bridge between shannon&amp;rsquo;s information theory and money (in general the channel&amp;rsquo;s information rate is the &lt;em&gt;increase&lt;/em&gt; in growth it buys you). ed thorp took it to blackjack in &lt;em&gt;beat the dealer&lt;/em&gt;, then to markets at princeton newport partners, and wrote the canonical practitioner treatment. poundstone&amp;rsquo;s &lt;em&gt;fortune&amp;rsquo;s formula&lt;/em&gt; is the popular history of the whole cast.&lt;/p&gt;
&lt;h2 id="what-i-actually-take-from-this"&gt;what i actually take from this
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;no edge, no bet.&lt;/strong&gt; if $f^{\ast} \le 0$, the formula says the correct position is zero. an unverified edge is not an edge, so for me, right now, kelly&amp;rsquo;s prescription for trading is exactly 0.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;if i ever do have a verified edge, bet a quarter to a half of kelly.&lt;/strong&gt; the 75%-growth-for-4x-safety trade is the whole lesson.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;the deepest transferable idea&lt;/strong&gt;: over-committing past your true edge does not just cost you, it can flip a winning game into a losing one. under-committing only costs you some upside. when the inputs are estimates, that one-sided cliff is the argument for leaving margin.&lt;/li&gt;
&lt;li&gt;the framework still prices my non-market bets. the highest $p$, highest $b$ wager available to me is career capital, and it has no ruin branch. that is the one to size up.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="references-all-live-verified"&gt;references (all live-verified)
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;kelly (1956), &lt;a class="link" href="https://www.princeton.edu/~wbialek/rome/refs/kelly_56.pdf" target="_blank" rel="noopener"
&gt;a new interpretation of information rate&lt;/a&gt;: the original paper, 10 pages, surprisingly readable.&lt;/li&gt;
&lt;li&gt;thorp (2006), &lt;a class="link" href="https://gwern.net/doc/statistics/decision/2006-thorp.pdf" target="_blank" rel="noopener"
&gt;the kelly criterion in blackjack, sports betting, and the stock market&lt;/a&gt;: the practitioner bible; section 7 has every drawdown formula quoted above.&lt;/li&gt;
&lt;li&gt;maclean, thorp &amp;amp; ziemba (2010), &lt;a class="link" href="https://www.stat.berkeley.edu/~aldous/157/Papers/Good_Bad_Kelly.pdf" target="_blank" rel="noopener"
&gt;good and bad properties of the kelly criterion&lt;/a&gt;: short and canonical on full vs fractional.&lt;/li&gt;
&lt;li&gt;poundstone (2005), &lt;a class="link" href="https://archive.org/details/fortunesformulau00poun" target="_blank" rel="noopener"
&gt;fortune&amp;rsquo;s formula&lt;/a&gt;: the popular history (shannon, kelly, thorp, and the mob).&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="reading-checklist-for-future-me"&gt;reading checklist (for future me)
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; re-derive $f^{\ast} = p - q/b$ by hand from $g(f)$&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; verify the $2c - c^{2}$ growth-share claim by differentiating the continuous growth rate&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; read thorp (2006) section 7 properly, especially eq. 7.10 to 7.13 (the drawdown formulas)&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; read kelly (1956) end to end&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; read the good/bad properties paper&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; decide: do i ever want to measure a real edge (paper-trade journal), or is conclusion #1 final&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- TODO(human): after actually working through the maths, write your own one-paragraph takeaway here. the post above is the taught version; this slot is for the understood version. --&gt;</description></item></channel></rss>