Seyed Masoud Hosseini · Overview · Study log · Ideas · Transcript · RSS feed
Probability · Lecture 65 of 76 · 7:36
Convergence in Probability, Example
Study guide
What this lecture covers
This problem tests convergence in probability on three sequences built from a uniform random variable X on [-1, 1]: the raw sequence X_i, the scaled sequence Y_i = X_i / i, and the powered sequence Z_i = X_i^i. It works through each case to build intuition for when convergence in probability holds and how to prove it.
It builds directly on the definition of convergence in probability from earlier lectures. After watching, you should be able to recognize when a sequence of identically distributed random variables fails to converge, and prove convergence for sequences that shrink toward 0 by bounding tail probabilities.
Key ideas
- X_i does not converge: since each
X_ihas the same uniform distribution on[-1, 1]regardless ofi, the distribution never concentrates around any single number, soX_idoes not converge in probability. - Y_i = X_i / i converges to 0: because
|Y_i| <= 1/i, the probability ofY_ideviating from 0 by more than any fixedepsilonis eventually 0 oncei > 1/epsilon. - Z_i = X_i^i converges to 0: bounding
P(|Z_i| >= epsilon)reduces to showingepsilon^(1/i) -> 1asi -> infinity, using the fact thata^x -> 1asx -> 0for positivea. - General technique: proving convergence in probability for a shrinking sequence means bounding the tail probability directly from the sequence's definition and distribution, rather than relying on Chebyshev's inequality.
Before you watch
- Review the definition of convergence in probability and how to bound a tail probability from a known distribution.
- Be comfortable with the uniform distribution and basic limit properties of exponentials.
Check your understanding
- Why does
X_ifail to converge in probability even though eachX_iis bounded between -1 and 1? - How does the bound
|Y_i| <= 1/ilead directly to a proof thatY_iconverges to 0 in probability? - Why does the proof for
Z_i = X_i^isplit into cases based on whetherepsilonis greater than or less than 1?
Chapters
- 0:00 <Untitled Chapter 1>
- 0:50 Definition of Convergence and Probability
- 1:48 Part B
- 6:24 Properties of Exponential Functions
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
← Convergence in Probability and in the Mean, Part 2 · Lecture 20: Central Limit Theorem →
