Joint PDF
For continuous random variables X and Y, the joint PDF f(x,y) satisfies:
P((X,Y)∈A)=∬Af(x,y)dxdy
Properties
- f(x,y)≥0 for all (x,y)
- ∫−∞∞∫−∞∞f(x,y)dxdy=1
Interpretation
The joint PDF is a surface over the xy-plane. Probabilities correspond to volumes under the surface.
P(a≤X≤b,c≤Y≤d)=∫ab∫cdf(x,y)dydx

Joint CDF
The joint CDF is:
F(x,y)=P(X≤x,Y≤y)=∫−∞x∫−∞yf(u,v)dvdu
Recovering the PDF:
f(x,y)=∂x∂y∂2F(x,y)
(X,Y) uniform on [0,1]×[0,1]:
f(x,y)={100≤x≤1,0≤y≤1otherwise
P(X+Y≤1)=∫01∫01−x1dydx=∫01(1−x)dx=[x−2x2]01=21
Marginal PDFs
fX(x)=∫−∞∞f(x,y)dy
fY(y)=∫−∞∞f(x,y)dx
Intuition: Integrate out one variable to get the distribution of the other.
Example
f(x,y)={2e−xe−2y0x>0,y>0otherwise
Find fX(x):
fX(x)=∫0∞2e−xe−2ydy=2e−x∫0∞e−2ydy=2e−x⋅21=e−x,x>0
So X∼Exp(1).
Similarly: fY(y)=2e−2y, y>0. So Y∼Exp(2).
Independence for Continuous Variables
X and Y are independent if:
f(x,y)=fX(x)⋅fY(y)for all x,y
Equivalently:
F(x,y)=FX(x)⋅FY(y)
Example
For the PDF above:
fX(x)fY(y)=e−x⋅2e−2y=2e−xe−2y=f(x,y)
Thus X and Y are independent.
Counterexample
Let f(x,y)=8xy on 0≤x≤y≤1.
fX(x)=∫x18xydy=8x⋅21−x2=4x(1−x2)
fY(y)=∫0y8xydx=8y⋅2y2=4y3
fX(x)fY(y)=16xy3(1−x2)=8xy
Not independent.
Example: Computing Probabilities
For f(x,y)=2e−xe−2y (x,y>0), find P(X<Y).
P(X<Y)=∫0∞∫0y2e−xe−2ydxdy
Inner integral: ∫0y2e−xdx=2(1−e−y)
P(X<Y)=∫0∞2e−2y⋅2(1−e−y)dy=4∫0∞(e−2y−e−3y)dy
=4(21−31)=4⋅61=32
Summary
| Concept | Formula |
|---|
| Joint PDF | P((X,Y)∈A)=∬Af(x,y)dxdy |
| Marginal | fX(x)=∫f(x,y)dy |
| Independence | f(x,y)=fX(x)fY(y) |
| Joint CDF | F(x,y)=P(X≤x,Y≤y) |