Exercise: Why ES can't be backtested with pinball loss
A scoring function takes a forecast and an observation and outputs a loss. is strictly consistent for a statistic of a distribution if
for all . A statistic is elicitable if a strictly consistent scoring function exists.
Fact. The -quantile (so VaR) is elicitable; the pinball loss
is strictly consistent.
Counter-fact. Expected Shortfall is not elicitable: no strictly consistent scoring function for ES alone exists (Gneiting 2011).
Tasks
-
Verify that the pinball loss is strictly consistent for the -quantile. Compute and show it vanishes iff .
-
Gneiting's argument for ES non-elicitability rests on the fact that elicitable statistics have convex level sets: must be convex in the space of distributions. Sketch why the -quantile has convex level sets but does not. Give a two-point-mixture example: distributions with but that common value.
-
Fissler & Ziegel (2016) proved that the pair (VaR, ES) is jointly elicitable. What is the practical consequence for backtesting ES?
-
Why does the Acerbi-Székely 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.