Exercise: Sharpe-Ratio Confidence Interval from the CLT
Prerequisites: Central Limit Theorem, Expectation and Variance
Problem
A strategy posts i.i.d. daily returns with true (unknown) mean and standard deviation . The annualised Sharpe ratio is , and it is estimated by plugging in the sample mean and sample standard deviation :
-
Show that the sample Sharpe is, by the CLT, approximately normal with mean and standard error , where — under the i.i.d. Gaussian-returns assumption (Lo, 2002).
-
Suppose a manager reports from a one-year backtest (). Compute the 95% confidence interval for the true Sharpe. Does the interval exclude zero?
-
How many years of backtest are needed to conclude at the 95% level that the true Sharpe is strictly greater than zero, given a point estimate of ? Given ?
-
Conceptual. Why does the standard error grow with ? Give a one-sentence intuition.
Hint
For part 1, don't re-derive the Lo (2002) result — state the standard error and use it. The key structural fact is that the sampling variance of depends on the Sharpe ratio itself.
Jump to the solution when you're ready.