Hw4 Solutions
Hw4 Solutions
HOMEWORK 4
σ
Problem 2 (10 points; Weibull distribution). Let X denote a random vari-
able with CDF
FX (x) = 1 − exp(−x), x > 0.
Let Y = X 1/θ where θ > 0. Find the CDF and PDF of Y .
1
INTERMEDIATE MATHEMATICAL STATISTICS I HOMEWORK 4 2
3
To verify that the PDF integrates to 1,
Z ∞ Z ∞ ∞
1 −2/3 −y1/3 −y 1/3
fY (y)dy = y e dy = −e = 1.
−∞ 0 3 0
INTERMEDIATE MATHEMATICAL STATISTICS I HOMEWORK 4 3
whose inverse is (
X1 = U/V,
X2 = V.
Then the support of the transformed random vector is {(u, v) : 1 < v < u},
and the Jacobian determinant is
1/v −u/v 2 1
J = = .
0 1 v
Thus the joint PDF of (U, V ) is
1
f (u, v) = p(u/v, v)|J|1(1 < v < u) = 1(1 < v < u).
u2 v
Lastly, we can derive the marginal PDF of U = X1 X2 via
Z ∞ Z u
1 log u
fU (u) = f (u, v)dv = 2
dv = 2 1(u > 1).
0 1 u v u
Problem 9 (12 points). Let X1 and X2 denote independent, real-valued
random variables with absolutely continuous distributions with PDFs p1
and p2 , respectively. Let Y = X1 /X2 . Prove that Y has PDF
Z ∞
pY (y) = |z|p1 (zy)p2 (z)dz.
−∞
Solution. From the previous the problem, we know the marginal PDF
for Y is
Z ∞
pY (y) = |z|λ1 exp(−λ1 zy)λ2 exp(−λ2 z)dz
0
Z ∞
= λ1 λ2 z exp{−(λ1 y + λ2 )z}dz
0
∞
λ1 λ2
= 2
[−(λ1 y + λ2 )z exp{−(λ1 y + λ2 )z} − exp{−(λ1 y + λ2 )z}]
(λ1 y + λ2 ) 0
λ1 λ2
= , y > 0.
(λ1 y + λ2 )2
Problem 11 (Bonus 10 points). Let X denote a random variable with a
PDF:
d1 /2 −(d1 +d2 )/2
1 d1 d1
fX (x) = x d1 /2−1
1+ x 1(x > 0),
B d21 , d22 d2 d2
in which 1(·) is the indicator function, B(·, ·) is the Beta function, and
d1 , d2 > 0 are fixed positive constants.
Find the PDF of
d1 X
Y = .
d2 1 + (d1 /d2 )X
(d1 /d2 )x
Solution. The transformation g(x) = 1+(d1 /d2 )x is an increasing function
(d1 /d2 )
because g ′ (x) = {1+(d1 /d2 )x}2
> 0 for all x > 0. Also, g maps (0, ∞) to (0, 1)
(d1 /d2 )∞
as g(∞) = 1+(d 1 /d2 )∞
= 1.
y
Since g −1 (y) = dd21 1−y , the
density function of Y is
−1
dg (y)
fY (y) = fX (g −1 (y))
dy
d1 /2 d1 /2−1 −(d1 +d2 )/2
1 d1 d2 y y d2 1
= 1+
B d21 , d22 d2 d1 1 − y 1−y d1 (1 − y)2
1
= y d1 /2−1 (1 − y)d2 /2−1 , 0 < y < 1.
d1 d2
B 2 , 2