Tail Risk Measures
Definition
A tail risk measure maps a cost random variable to a scalar that depends only on the upper -tail of its distribution, providing a principled middle ground between the over-conservative worst-case paradigm and the over-optimistic risk-neutral (expectation) paradigm for robotic autonomy. The canonical taxonomy borrowed from financial mathematics is VaR ⊂ CVaR ⊂ EVaR: the quantile, its coherent tail-average upper bound, and the tightest convex (Chernoff-based) upper bound. CVaR and EVaR are coherent; VaR is not.
Key Equations
A measure is a -tail risk measure if it acts only through the -tail , , i.e. whenever . The three canonical members form an ordered chain:
so any of them being certifies the chance constraint — gloss: is a single tunable conservatism knob ( risk-neutral, risk-averse).
Source Support
- akella2024risk — defines the -tail (Def. 1), the VaR/CVaR/EVaR taxonomy and ordering, and the coherence status of each, as the unifying object for risk-aware planning, control, and verification in robotics.
Related Topics
- value_at_risk — the base (quantile) member, non-coherent.
- conditional_value_at_risk — the coherent tail-average.
- entropic_value_at_risk — the tightest convex upper bound.
- coherent_risk_measures — the axioms separating CVaR/EVaR from VaR.
Open Questions
- Which member of the chain best trades conservatism against tractability for a free-flying inspection planner under non-Gaussian state-estimation uncertainty?