Randomized Algorithms (Spring 2010)/Martingales: Difference between revisions
Jump to navigation
Jump to search
imported>WikiSysop |
imported>WikiSysop |
||
Line 45: | Line 45: | ||
{|border="1" | {|border="1" | ||
|'''Theorem (The method of averaged bounded differences):''' | |'''Theorem (The method of averaged bounded differences):''' | ||
:Let <math>X_0,X_1,\ldots, X_n</math> be | :Let <math>X=(X_0,X_1,\ldots, X_n)</math> be arbitrary random variables and let <math>f</math> be a function of <math>X_0,X_1,\ldots, X_n</math> satisfying that, for all <math>1\le i\le n</math>, | ||
::<math> | ::<math> | ||
|\mathbf{E}[f\mid X_1,\ldots,X_i]-\mathbf{E}[f\mid X_1,\ldots,X_{i-1}]|\le c_i, | |\mathbf{E}[f(X)\mid X_1,\ldots,X_i]-\mathbf{E}[f(X)\mid X_1,\ldots,X_{i-1}]|\le c_i, | ||
</math> | </math> | ||
:Then | :Then | ||
::<math>\begin{align} | ::<math>\begin{align} | ||
\Pr\left[|f-\mathbf{E}[f]|\ge t\right]\le 2\exp\left(-\frac{t^2}{2\sum_{i=1}^nc_i^2}\right). | \Pr\left[|f(X)-\mathbf{E}[f(X)]|\ge t\right]\le 2\exp\left(-\frac{t^2}{2\sum_{i=1}^nc_i^2}\right). | ||
\end{align}</math> | \end{align}</math> | ||
|} | |} | ||
Line 58: | Line 58: | ||
{|border="1" | {|border="1" | ||
|'''Method of bounded differences:''' | |'''Method of bounded differences:''' | ||
:Let <math>X_0,X_1,\ldots, X_n</math> be independent random variables and let <math>f</math> be a function satisfying the Lipschitz condition. | :Let <math>X=(X_0,X_1,\ldots, X_n)</math> be independent random variables and let <math>f</math> be a function satisfying the Lipschitz condition. | ||
:Then | :Then | ||
::<math>\begin{align} | ::<math>\begin{align} | ||
\Pr\left[|f-\mathbf{E}[f]|\ge t\right]\le 2\exp\left(-\frac{t^2}{2n}\right). | \Pr\left[|f(X)-\mathbf{E}[f(X)]|\ge t\right]\le 2\exp\left(-\frac{t^2}{2n}\right). | ||
\end{align}</math> | \end{align}</math> | ||
|} | |} | ||
== Applications == | == Applications == |
Revision as of 13:10, 6 April 2010
Martingales
Review of conditional probability
Martingales and Azuma's Inequality
Azuma's Inequality:
Then
|
Corollary:
Then
|
Generalizations
Azuma's Inequality (general version):
Then
|
The Method of Bounded Differences
Theorem (The method of averaged bounded differences):
|
Method of bounded differences:
|