HomeLearn › What is the Probabilistic Sharpe Ratio?

What is the Probabilistic Sharpe Ratio?

Short answer

The Probabilistic Sharpe Ratio (PSR) is the probability that a strategy's true Sharpe ratio exceeds a chosen benchmark, given the Sharpe you observed, the length of the track record, and the skewness and kurtosis of the returns. It converts a point estimate into a confidence statement. A Sharpe of 1.5 over 24 months with negatively skewed, fat-tailed returns can easily carry a PSR below 0.90, meaning the evidence does not support the claim at conventional confidence.

The problem it solves

A Sharpe ratio is an estimate from a sample, so it carries estimation error. Two strategies both reporting 1.5 are not equally credible if one has three years of history and the other has three months. Worse, the standard error of the Sharpe estimator depends on the shape of the return distribution: negative skew and excess kurtosis — exactly what option-selling and carry strategies produce — inflate it. Those strategies look best precisely where the metric is least reliable.

PSR, introduced by Bailey and López de Prado, restates the question: instead of “what is the Sharpe?” it asks “what is the probability the true Sharpe beats a threshold?”

Formula

( SR_hat - SR* ) * sqrt( n - 1 ) PSR(SR*) = Z [ ---------------------------------------------------- ] sqrt( 1 - g1*SR_hat + ((g2 - 1)/4)*SR_hat^2 ) Z standard normal CDF SR_hat observed Sharpe ratio (same frequency as the returns) SR* benchmark Sharpe being tested against (often 0) n number of return observations g1 skewness of returns g2 kurtosis of returns (normal = 3)

Read the denominator carefully, because that is where the intuition lives. Negative skew (g1 < 0) makes the term -g1*SR_hat positive, which enlarges the denominator, shrinks the statistic and lowers PSR. Excess kurtosis (g2 > 3) does the same. Longer track records raise sqrt(n-1) and push PSR up.

Worked example

Two years of monthly returns, n = 24, both strategies reporting the same headline Sharpe of 1.50:

InputStrategy AStrategy B
Observed Sharpe1.501.50
Skewness γ₁0.00−1.20
Kurtosis γ₂3.07.0
Denominator1.45772.4850
z, against SR* = 04.9352.895
PSR, against SR* = 01.00000.9981
z, against SR* = 1.01.6450.965
PSR, against SR* = 1.00.95000.8327

Working strategy A's denominator explicitly, because the kurtosis term catches people out — it does not vanish at γ₂ = 3:

den = sqrt( 1 - 0.00*1.50 + ((3.0 - 1)/4)*1.50^2 ) = sqrt( 1 + 0.5*2.25 ) = sqrt( 2.125 ) = 1.4577

Against a zero benchmark both look fine. Raise the benchmark to a Sharpe of 1.0 — the question an allocator with a passive alternative actually asks — and they separate sharply: A lands exactly on the 0.95 bar, while B falls to 0.83 and fails it. Identical headline Sharpe, materially different evidence. That is the entire point of the measure.

Note the annualisation trap in this example: if SR_hat is annualised, n must still be the number of observations (24 months), and SR_hat and SR* must be expressed at the same frequency. Mixing an annualised Sharpe with a monthly observation count is the single most common implementation error.

How to use it

Limitations

References

Related