Joint Cumulative Distribution Function
Discrete Random Variable
- Example:
Continuous Random Vector
- For univariate we did integration: Joint Cumulative Distribution Function
- This is just a level surface
- Now we get
- Example:
- Bivariate Probability Density Function
- Find the probability that
- This is a square that we're integrating
left=-0.5; right=2; top=2; bottom=-0.5; --- 0.2<=x<=1.8|0.2<=y<=1.8 0.2<=y<=1.8|0.2<=x<=1.8
- This is a square that we're integrating
- Example:
- Suppose we want to find
is another restriction that we have. left=-0.25; right=2; top=2; bottom=-0.25; --- 0.2<=x<=1.8|0.2<=y<=1.8 0.2<=y<=1.8|0.2<=x<=1.8 y=x (1.8,0.2)|label:(X1=1.8,X2=0.2)- Consider the boundary, where
- Find out which triangle satisfies the original condition that
- Find the point at the end
- See that on the bottom right, we get that
- So we need the bottom triangle
- Suppose we want to find
- Example:
- Slide 16
- Example:
- Slide 18
- Joint Probability Density Function
for - Find
left=-0.25; right=1.25; top=1.25; bottom=-0.25; --- y=x 0<=x<=1|0<=y<=1 0<=x<=0.5|0.25<=y - The area shaded, that's under the line
- #tk Try integral the other way
instead of the way we did
- Example:
- Let
for - Find
left=-0.25; right=3.25; top=3.25; bottom=-0.25; --- y=x y=3-x y=3|0<=x<=3 x=3|0<=y<=3 y=1.5|0<=x<=1.5|dashed x=1.5|0<=y<=1.5|dashed - Consider
- Bottom right triangle satisfies
- Bottom triangle satisfies
and - By symmetry, finding the bottom triangle bisected by the line
- If we find the left half,
gets us the right half two. - Or we get
- #tk Hint u-sub
as our result
- Let