Seyed Masoud Hosseini · Overview · Study log · Ideas · Transcript · RSS feed
Probability · Lecture 67 of 76 · 10:45
Probability Bounds
Study guide
What this lecture covers
This problem bounds the probability that the sum of ten independent uniform(0,1) random variables exceeds 7, using three progressively more informative techniques: the Markov inequality, the Chebyshev inequality, and the central limit theorem. It shows concretely how each method uses more information about the distribution to produce a tighter bound on the same probability.
It draws directly on the Markov and Chebyshev inequalities and the central limit theorem developed earlier in the course. After watching, you should be able to apply all three techniques to the same tail-probability problem and explain why they give progressively tighter results.
Key ideas
- Setup:
X = X1 + ... + X10, eachXiuniform on[0,1], independent; the goal is boundingP(X >= 7), whereE[X] = 5. - Markov inequality bound: using only
E[X] = 5,P(X >= 7) <= E[X]/7 = 5/7, a loose bound. - Chebyshev inequality bound: rewriting the event as a two-sided deviation from the mean and using the symmetry of the sum around 5, plus the variance
Var(X) = 10/12, tightens the bound to5/48, roughly 0.10. - Central limit theorem bound: standardizing
Xand treating it as approximately standard normal givesP(X >= 7) ~ 1 - Phi(2.19) ~ 0.014, far tighter than either inequality-based bound. - More information yields tighter bounds: each method uses progressively more distributional information (mean only, then mean and variance, then an approximation to the full shape), and the bounds improve accordingly, from 0.71 to 0.10 to 0.014.
- Concentration around the mean: the shrinking bounds illustrate that the sum of even a modest number of independent random variables concentrates fairly tightly around its expected value.
Before you watch
- Review the Markov and Chebyshev inequalities and the central limit theorem from the earlier lectures in this unit.
- Be comfortable computing the mean and variance of a uniform random variable and of a sum of independent random variables.
Check your understanding
- Why does the Chebyshev bound require rewriting
P(X >= 7)as a two-sided deviation from the mean before it can be applied? - Why does using the central limit theorem produce a tighter bound than Chebyshev's inequality in this example?
- What does the progression from 5/7 to 5/48 to about 0.014 tell you about how much information each bounding method uses?
- Why is the symmetry of the uniform distribution around its mean important for the Chebyshev calculation here?
Chapters
- 0:00 <Untitled Chapter 1>
- 0:37 The Markov Inequality
- 1:46 Chebyshev Inequality
- 5:15 The Central Limit Theorem
- 6:44 Using the Central Limit Theorem
- 8:27 Summary
- 10:06 Central Limit Theorem
From the YouTube description
MIT 6.041SC Probabilistic Systems Analysis and Applied Probability, Fall 2013
View the complete course: http://ocw.mit.edu/6-041SCF13
Instructor: Kuang Xu
License: Creative Commons BY-NC-SA
More information at http://ocw.mit.edu/terms
More courses at http://ocw.mit.edu
← Lecture 20: Central Limit Theorem · Using the Central Limit Theorem →
