Seyed Masoud Hosseini · Overview · Study log · Ideas · Transcript · RSS feed
Probability · Lecture 38 of 76 · 9:30
Recitation: A Derived Distribution Example
Study guide
What this lecture covers
This short recitation problem applies the derived-distribution method to a specific case: X is a standard normal random variable, and Y is defined piecewise as -X when X is negative and sqrt(X) when X is positive. The goal is to find the PDF of Y.
It follows directly from the lecture's introduction of derived distributions and gives a compact worked example of the four-step process: write the CDF of Y, translate to an event about X, express it using the CDF of X, and differentiate.
Key ideas
- Four-step recipe: write
P(Y <= y), rewrite it as an equivalent event aboutXusing the relationshipY = g(X), express that as a difference of CDF values ofX, then differentiate to get the PDF ofY. - Piecewise functions split the translation step: because
Yis defined differently for negative and positiveX, the eventY <= ycorresponds toXlying between-yandy^2. - Differentiating a range needs the chain rule twice: since both endpoints of the
X-range depend ony, differentiating the resulting expression produces two terms, one from each endpoint. - Range restrictions carry through: because
Yis built from-Xandsqrt(X), it can never be negative, so the derived PDF is only valid fory > 0and zero elsewhere.
Walkthrough
Setting up the four-step method (0:00)
X is standard normal, with a known density. Y equals -X for negative X and sqrt(X) for positive X. Writing P(Y <= y) and translating it into a statement about X shows that Y <= y is equivalent to X being between -y and y^2.
Differentiating to get the PDF (5:11)
Rewriting the probability as a difference of two CDF values of X and differentiating with the chain rule (accounting for both endpoints depending on y) produces the PDF of Y as a combination of the normal density evaluated at y^2 and at -y, each with its own chain-rule factor. The final density is valid only for y > 0, since Y can never take negative values.
Before you watch
- Review the two-step (or four-step) derived-distribution procedure from the lecture on continuous Bayes' rule and derived distributions.
- Be comfortable differentiating a CDF-based expression using the chain rule when the limits of integration depend on the target variable.
Check your understanding
- Why does the event
Y <= ytranslate intoXbeing between-yandy^2for this particularg? - Why does differentiating this expression require the chain rule at two separate points?
- Why is the resulting PDF of
Yonly valid fory > 0?
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: Jimmy Li
License: Creative Commons BY-NC-SA
More information at http://ocw.mit.edu/terms
More courses at http://ocw.mit.edu
← Inferring a Continuous Random Variable from a Discrete Measurement · Recitation: The PDF of the Absolute Value of X →
