Correlation gap
{{Short description|Ratio in Mathematical Optimization}}
In stochastic programming, the correlation gap is the worst-case ratio between the cost when the random variables are correlated to the cost when the random variables are independent.{{cite conference|doi=10.1137/1.9781611973075.88 |chapter=Correlation Robust Stochastic Optimization |title=Proceedings of the Twenty-First Annual ACM-SIAM Symposium on Discrete Algorithms |pages=1087 |year=2010 |last1=Agrawal |first1=Shipra |last2=Ding |first2=Yichuan |last3=Saberi |first3=Amin |last4=Ye |first4=Yinyu |isbn=978-0-89871-701-3 |arxiv=0902.1792 }}
- Case #1: the students are uncorrelated: each student decides whether to come to class or not by tossing a coin with probability , independently of the others. The expected cost in this case is .{{clarification needed|reason=see talk page--where did this come from?|date=July 2016}}
- Case #2: the students are correlated: one student is selected at random and comes to class, while the others stay at home. Note that the probability of each student to come is still . However, now the cost is 1.
The correlation gap is the cost in case #2 divided by the cost in case #1, which is .
prove that the correlation gap is bounded in several cases. For example, when the cost function is a submodular set function (as in the above example), the correlation gap is at most (so the above example is a worst-case).
An upper bound on the correlation gap implies an upper bound on the loss that results from ignoring the correlation. For example, suppose we have a stochastic programming problem with a submodular cost function. We know the marginal probabilities of the variables, but we do not know whether they are correlated or not. If we just ignore the correlation and solve the problem as if the variables are independent, the resulting solution is a -approximation to the optimal solution.
Applications
The correlation gap was used to bound the loss of revenue when using a Bayesian-optimal pricing instead of a Bayesian-optimal auction.{{cite conference|doi=10.1137/1.9781611973082.56|chapter=Mechanism Design via Correlation Gap|title=Proceedings of the Twenty-Second Annual ACM-SIAM Symposium on Discrete Algorithms|pages=710|year=2011|last1=Yan|first1=Qiqi|isbn=978-0-89871-993-2|arxiv=1008.1843}}
See also
References
{{reflist}}