Standard optimization models (like Mean-Variance Optimization) assume we know the "true" probability distribution of the future. Distributionally Robust Optimization (DRO) assumes we are wrong.
In standard math, we optimize for the Expected Value based on a single distribution (e.g., a Normal distribution of returns). In DRO, we define an Ambiguity Set (\mathcal{P})—a "cloud" of all plausible distributions that could reasonably fit our data.
DRO is often modeled as a zero-sum game between an Optimizer (you) and an Adversary (the market).
This ensures that even if the future distribution shifts (a Black Swan), your decision remains functional.
DRO has become the gold standard for Stress Testing in banking and Supply Chain Resilience. By optimizing against "Wasserstein balls" (a geometric way to define the ambiguity set), engineers can build systems that don't just work on average, but work when the "average" changes.
See Also: