As data, machine learning, and computing let analysts backtest millions or billions of strategy configurations, backtest optimizers find parameter combinations that maximize simulated historical performance — producing backtest overfitting. More generally, reporting only positive outcomes (selection bias) without controlling for the number of trials yields over-optimistic performance. Bailey and López de Prado propose the Deflated Sharpe Ratio (DSR), which corrects for two leading sources of performance inflation — selection bias under multiple testing, and non-Normally distributed returns — and so helps separate genuine empirical findings from statistical flukes.
"The Deflated Sharpe Ratio (DSR) corrects for two leading sources of performance inflation: Selection bias under multiple testing and non-Normally distributed returns. In doing so, DSR helps separate legitimate empirical findings from statistical flukes."
DSR is the operational punchline of the PSR machinery: once you accept that a Sharpe ratio has a standard error, the obvious next question is "best of how many tries?", and DSR answers it by benchmarking against the Sharpe ratio you'd expect to see by luck alone after trials. That reframing — comparing a discovery not to zero but to the expected maximum of a null search — is exactly the multiple-testing logic behind the factor zoo's haircuts (Harvey-Liu-Zhu), arriving independently from the backtesting side. The practical catch is : the "number of trials" is rarely known and easy to understate (every discarded configuration counts), so DSR is a lower bound on the correction unless the search is honestly logged. Still, it converts a vague warning about overfitting into a number a risk committee can act on.