Quant Memo
Core

Separating Luck from Skill

A three-year track record with a Sharpe of 1.8 sounds like skill. The math of decomposing observed variance into a skill component and a luck component often says most of that number is noise you'd expect from a coin-flipper too.

Prerequisites: Sharpe Ratio, The Standard Error of the Sharpe Ratio

An allocator is choosing between two portfolio managers. Manager A ran a Sharpe of 1.8 for three years. Manager B ran a Sharpe of 1.1 for twelve years. Most instinct picks A — the number is bigger. The decomposition below asks a different question: given how much data each track record actually contains, how confident can you be that the true long-run Sharpe of each manager is above zero at all? For A, at three years, the answer is "not very." For B, at twelve, it's "quite."

The decomposition

An observed Sharpe ratio is an estimate of a true, unobservable Sharpe, and every estimate from a finite sample has a standard error. For daily returns over TT years (annualized, ignoring skew and autocorrelation for a first pass):

SR^=SRtrue+ε,SE(SR^)1T(1+12SR^2)1/2.\widehat{SR} = SR_{\text{true}} + \varepsilon, \qquad \text{SE}(\widehat{SR}) \approx \sqrt{\frac{1}{T}}\left(1 + \tfrac{1}{2}\widehat{SR}^2\right)^{1/2}.

In words: your observed Sharpe is the true, unknowable Sharpe plus estimation noise, and that noise shrinks only with the square root of the number of years of track record — not months, not trades. A manager's t-statistic on skill is simply SR^/SE(SR^)×T\widehat{SR}/\text{SE}(\widehat{SR}) \times \sqrt{T}, restated more directly as SR^T\widehat{SR}\sqrt{T} to first order.

Worked example: Manager A, three years

SR^A=1.8\widehat{SR}_A = 1.8, T=3T = 3. First-order standard error, ignoring the Sharpe-squared correction for a quick estimate: SE1/30.577\text{SE} \approx \sqrt{1/3} \approx 0.577. A rough 95% confidence interval on the true Sharpe: 1.8±1.96(0.577)=1.8±1.131.8 \pm 1.96(0.577) = 1.8 \pm 1.13, i.e. roughly 0.67 to 2.93. The interval is wide enough that "true Sharpe of 0.7" and "true Sharpe of 2.9" are both statistically plausible from the same three-year track record — a nine-fold range of skill, all consistent with the same observed number.

Worked example: Manager B, twelve years

SR^B=1.1\widehat{SR}_B = 1.1, T=12T = 12. SE1/120.289\text{SE} \approx \sqrt{1/12} \approx 0.289. 95% interval: 1.1±1.96(0.289)=1.1±0.5661.1 \pm 1.96(0.289) = 1.1 \pm 0.566, roughly 0.53 to 1.67. Lower headline number, but a far tighter band, and critically the entire interval sits comfortably above zero. Manager B's number is smaller and more trustworthy at the same time — those are different axes, and the decomposition is what lets you see both.

Putting them side by side

ManagerObserved SRYearsSE95% CIt-stat on skill (SR·√T)
A1.830.5770.67 – 2.933.12
B1.1120.2890.53 – 1.673.81

Manager B actually has the higher t-statistic — more confidently distinguishable from zero true skill — despite the lower headline Sharpe, purely because there are four times as many years of evidence behind it. This is the whole point of the decomposition: it separates "how good does the number look" from "how much do I actually know," and a shorter, flashier track record routinely loses on the second axis even while winning on the first.

SR = 0 Manager A: 0.67–2.93 Manager B: 0.53–1.67
Manager A's interval is wider and reaches lower; Manager B's is narrower and sits entirely above zero — the twelve-year record is more, not less, convincing.

Sampling distribution
sample mean →
sample size n 10spread of means 0.332predicted 1/√n 0.316

Switch the sample-size slider above between small and large: the sampling distribution of a mean tightens exactly the way a Sharpe ratio's confidence interval tightens with more years of track record, and that tightening — not the headline value — is what the luck/skill decomposition is really measuring.

An observed Sharpe ratio always comes with a standard error that shrinks with T\sqrt{T} in years. Compare confidence intervals, not point estimates, when ranking track records — a higher Sharpe over a shorter window can be statistically weaker evidence of skill than a lower Sharpe over a longer one.

The classic confusion: treating a short, hot track record as strong evidence because the point estimate is large. Point estimates from small samples are exactly as noisy as the math says — a manager with only a few years of history has, by definition, not yet given you enough data to rule out that the entire result is luck.

What this means in practice

Report every track record with its confidence interval, not just its point estimate, and prefer the manager whose interval clears zero by the widest margin — a function of both Sharpe and sample length, not Sharpe alone. See Why Maximum Drawdown Is a Noisy Statistic for the same problem in an even noisier statistic.

Related concepts

Practice in interviews

Further reading

  • Bailey & López de Prado, The Sharpe Ratio Efficient Frontier
  • Grinold & Kahn, Active Portfolio Management
ShareTwitterLinkedIn