Distortion Risk Metrics
Definition
A distortion (or g-entropic) risk metric is a coherent risk measure built from its dual “worst-case expectation over a risk envelope” representation: the risk equals the supremum of over a convex, closed set of distributions absolutely continuous with respect to the nominal , where the envelope is described by a convex function (an -divergence / relative-entropy bound). CVaR, EVaR, and the total-variation-distance metric are all special cases obtained by choosing ; dixit2023risk exploits this shared structure so the optimizer is derived once and the metric swapped without re-derivation.
Key Equations
Dual (distributionally-robust) form of a coherent distortion metric:
Via convex conjugacy the risk-constrained safety condition reformulates (Lemma 2) into a finite convex program in dual variables using the conjugate of the envelope describing function — gloss: each metric (CVaR: Radon–Nikodym bound ; EVaR: KL epigraph; TVD: total-variation ball) is just a different .
Source Support
- dixit2023risk — the dual risk-envelope / -entropic representation (Def. 2, Assumption 4), the convex-conjugate reformulation (Lemma 2), and the worked CVaR/EVaR/TVD envelopes for risk-averse obstacle-avoidance MPC.
- akella2024risk — coherence axioms and the representation theorem underpinning the distortion construction.
Related Topics
- coherent_risk_measures — distortion metrics are exactly the coherent measures via the envelope theorem.
- conditional_value_at_risk — the Radon–Nikodym-bounded envelope instance.
- entropic_value_at_risk — the KL-divergence (relative-entropy) envelope instance.
- chance_constraints — a distortion-risk bound gives a distribution-free convex inner approximation.
Open Questions
- Which envelope best balances conservatism and convex-program size when risk propagates through a nonlinear free-flying manipulator Jacobian rather than the linear plant of dixit2023risk?