Backtesting and Statistical Testing

Hard·22 min read
Statistical / ML for QuantsBacktestingSharpe RatioMultiple Hypothesis TestingOverfitting

Quick Quiz

1. Daily excess returns have mean rˉ=0.05%\bar r=0.05\%, sd σ^=1%\hat\sigma=1\% over T=1260T=1260 days. Assuming Gaussian returns, the annualised Sharpe and the t-statistic for H0:SR=0H_0:\text{SR}=0 are:
2. Testing 100 strategies, you apply Benjamini-Hochberg at FDR = 5%. What is the BH threshold for the kk-th ranked p-value, and what does BH guarantee under the global null?
3. A 3-year backtest reports SR = 2.5 after trying 80 parameter sets with average pairwise correlation 0.6. Estimating the effective number of independent tests, what should you conclude?
4. Simulating a strategy that rebalances at the close using only that day's closing prices (no later data) is automatically free of look-ahead bias.
5. The Deflated Sharpe Ratio needs ρˉ\bar\rho (average pairwise correlation) in addition to NN. What does ρˉ\bar\rho capture that NN alone does not?
6. A walk-forward backtest gives OOS Sharpe 0.8 over 5 years (IS Sharpe 1.5). Before calling the strategy viable, what should a rigorous quant additionally do?