CONTENTS

Exercise: Why ES can't be backtested with pinball loss

A scoring function S(s^,x)S(\hat{s}, x) takes a forecast s^\hat{s} and an observation xx and outputs a loss. SS is strictly consistent for a statistic s()s(\cdot) of a distribution FF if
EXF[S(s^,X)]>EXF[S(s(F),X)]\mathbb{E}_{X \sim F}[S(\hat{s}, X)] > \mathbb{E}_{X \sim F}[S(s(F), X)]
for all s^s(F)\hat{s} \ne s(F). A statistic is elicitable if a strictly consistent scoring function exists.
Fact. The α\alpha-quantile (so VaR) is elicitable; the pinball loss
S(q^,x)=(α1{x<q^})(q^x)S(\hat{q}, x) = (\alpha - \mathbf{1}\{x < \hat{q}\})(\hat{q} - x)

is strictly consistent.

Counter-fact. Expected Shortfall is not elicitable: no strictly consistent scoring function for ES alone exists (Gneiting 2011).

Tasks

  1. Verify that the pinball loss is strictly consistent for the α\alpha-quantile. Compute E[S(q^,X)]/q^\partial \mathbb{E}[S(\hat{q}, X)]/\partial \hat{q} and show it vanishes iff P(X<q^)=α\mathbb{P}(X < \hat{q}) = \alpha.

  2. Gneiting's argument for ES non-elicitability rests on the fact that elicitable statistics have convex level sets: {F:s(F)=c}\{F : s(F) = c\} must be convex in the space of distributions. Sketch why the α\alpha-quantile has convex level sets but ESα\text{ES}_\alpha does not. Give a two-point-mixture example: distributions F1,F2F_1, F_2 with ESα(F1)=ESα(F2)\text{ES}_\alpha(F_1) = \text{ES}_\alpha(F_2) but ESα(12F1+12F2)\text{ES}_\alpha(\tfrac12 F_1 + \tfrac12 F_2) \ne that common value.
  3. Fissler & Ziegel (2016) proved that the pair (VaR, ES) is jointly elicitable. What is the practical consequence for backtesting ES?
  4. Why does the Acerbi-Székely Z2Z_2 test sidestep the non-elicitability obstacle? It's not a scoring-function test — what kind of test is it?

Hint

For (2), mixtures of distributions average their densities but non-linearly average their quantiles, and ES is a conditional expectation which doesn't average linearly under mixture.