somewhere near the beginning.

A large deviations problem

Filed under: General — Alex @ 6:52 pm 4/4/2007

Yesterday I copied a couple of chapters from two of my prof’s large deviations books (Shwartz and Weiss, Dembo and Zeitouni), and today I started to read them. I’m stuck on the following exercise:

Show that in the case of fair coin flips, if x is the number of heads obtained in n flips and 0.8n is an integer,
\mathbb{E}\left( x - 0.8n \,|\, x \geq 0.8n \right) \rightarrow \frac{1}{3} \qaud \text{ as } n \rightarrow \infty
and does not grow with n! Hint: { n \choose 0.8n+1 } \approx \frac{1}4} { n \choose 0.8n }.

I think the way to do this is:

  • Estimate \mathbb{P}( x \geq 0.8n) with some large deviation principle
  • Use the fact that \mathbb{E}\left(x - 0.8n \, |\, x \geq 0.8n \right) \mathbb{P}(x \geq 0.8n) = 2^{-n} \sum_{k=0.8n}^n (k - 0.8n) {n \choose k}.

Being able to approximate the quantity in the hint doesn’t help too much. A generalization for n \choose 0.8n + k would maybe help, but …

The hint is wrong (and so is the generalization). Sure, you have {n \choose 0.8n +1} = \frac{0.2n}{0.8n+1} {n \choose 0.8n}, and the first term on the right hand side goes to \frac{1}{4}, but the second term grows too fast for you to say \frac{0.2n}{0.8n+1} {n \choose 0.8n} \rightarrow \frac{1}{4} {n \choose 0.8n}. The error actually grows with n.

Aargh! I just spent 30 minutes writing a Mathematica code to see if that expectation does indeed converge to \frac{1}{3}, only to realize when I finished that it’s virtually useless. Can you tell me why? I wonder if I can use my shiny new skill-set from last term to make a MCMC algorithm for testing the convergence …

Possibly relevant posts:

3 Comments »

RSS feed for comments on this post. TrackBack URL

Leave a comment