Seyed Masoud Hosseini · Overview · Study log · Ideas · Transcript · RSS feed
Probability · Lecture 22 of 76 · 17:37
Joint Probability Mass Function (PMF) Drill 1
Study guide
What this lecture covers
This recitation problem practices reading a joint PMF given as a scatter of equally likely points in the plane. It builds on earlier material on joint PMFs, conditioning and expectation, showing how to compute conditional expectations and variances quickly using a "center of mass" shortcut instead of grinding through the full definitions each time.
By the end, you'll be able to find conditional expectation and variance from a small joint PMF, and derive the PMF of a new random variable built from two others, such as their minimum or their product.
Key ideas
- Center of mass shortcut: when outcomes are equally likely, a conditional expectation is just the average (midpoint) of the values that remain possible.
- Conditioning restricts the sample space: fixing
xto a specific value keeps only the points on that vertical line, and they stay equally likely relative to each other. - Variance formula:
Var(X|Y=y) = E[X^2|Y=y] - (E[X|Y=y])^2, computed the same way as unconditional variance but within the reduced conditional universe. - Derived random variables from geometry: comparing points against a line (like
y = x) tells you which of two variables is the minimum at each point, letting you read off the PMF ofmin(X,Y)directly. - Conditioning on an event: an event like
X^2 >= Yagain restricts the points to a subset (those below a curve), which are then treated as equally likely among themselves. - Sanity checks matter: after building a PMF table, its probabilities should sum to 1.
Before you watch
- Know the definitions of joint PMF, conditional PMF, expectation and variance.
- Be comfortable computing expectation as a weighted average over discrete outcomes.
- This drill assumes familiarity with conditioning on random variables from an earlier lecture in the course.
Check your understanding
- Why does conditioning on
X=xpreserve the relative probabilities among the remaining points? - How would you find the PMF of
max(X,Y)using the same geometric approach used formin(X,Y)? - Why is the conditional variance of
XgivenY=0equal to zero in this problem? - What's the difference between computing
E[XY]unconditionally versus conditioned on the eventA?
Chapters
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: Katie Szeto
License: Creative Commons BY-NC-SA
More information at http://ocw.mit.edu/terms
More courses at http://ocw.mit.edu
← Flipping a Coin a Random Number of Times · The Coupon Collector Problem →
