Download presentation
Presentation is loading. Please wait.
1
Section 5.3 Suppose X 1, X 2, …, X n are independent random variables (which may be either of the discrete type or of the continuous type) each from the same distribution. Then we say that the collection of independent and identically distributed random variables X 1, X 2, …, X n is a random sample of size n from the common distribution. Important Theorems in the Text: Theorem 5.3-1 (See Class Exercises #1(a)(b) in Section 5.2 and #1(e) in Section 5.3.) Theorem 5.3-2 (See Class Exercise #10 in Sections 4.1, 4.2, 4.3.) Theorem 5.3-3 (See Class Exercises #13 & 15 in Sections 4.1, 4.2, 4.3.)
2
Since the selection is done with replacement, X 1 and X 2 are independent and identically distributed. The p.m.f. for that common distribution is f(x) =if x = 1, 2, 3. 4 – x —— 6 1. (a) An urn contains six chips, one $3 chip, two $2 chips, and three $1 chips. Two chips are selected at random and with replacement. The following random variables are defined: X 1 = dollar value of the first chip selected, X 2 = dollar value of the second chip selected. Explain why X 1, X 2 can be treated as a random sample of size 2 from a common distribution, and find the p.m.f. for that common distribution.
3
1. - continued (b) (c) Find the joint p.m.f. of (X 1, X 2 ). f(x 1 ) f(x 2 ) =if x 1 = 1, 2, 3and x 2 = 1, 2, 3. (4 – x 1 )(4 – x 2 ) —————— 36 The joint p.m.f. is Find the mean and variance for each of X 1 and X 2. (1)+ (2) + (3)= 3 — 6 2 — 6 1 — 6 E(X 1 ) = E(X 2 ) = E(X) = 5 — 3 (1)+ (4) + (9)= 3 — 6 2 — 6 1 — 6 E(X 1 2 ) = E(X 2 2 ) = E(X 2 ) = 10 — 3 Var(X 1 ) = Var(X 2 ) = Var(X) = (10/3) – (5/3) 2 = 5/9
4
(d) (e) Find P(X 1 + X 2 < 4) two ways: from the p.m.f. of the common distribution and also from the joint p.m.f. (3/6)(3/6) + (3/6)(2/6) + (2/6)(3/6) =21/36 = 7/12 Find E(X 1 + X 2 ) two ways: from the p.m.f. of the common distribution and also from the joint p.m.f. P(X 1 = 1, X 2 = 1) + P(X 1 = 1, X 2 = 2) + P(X 1 = 2, X 2 = 1) = or (3)(3)/36 + (3)(2)/36 + (2)(3)/36 =21/36 = 7/12 E(X 1 + X 2 ) = E(X 1 ) + E(X 2 ) = E(X 1 + X 2 ) = or 9 — 36 6 — 36 3 — 36 10 — 3 (1+1) + (1+2) + (1+3) + (2+1) + 5 — + 3 5 — = 3 10 — 3 4 — 36 2 — 36 3 — 36 (2+2) + (2+3) + (3+1) + 2 — 36 1 — 36 (3+2) + (3+3) = 6 — 36
5
1. - continued (f) Find E[1 / (X 1 + X 2 )]. E = 19 —— — + 1 + 1 36 1 ——— X 1 + X 2 16 —— — + 1 + 2 36 13 —— — + 1 + 3 36 16 —— — + 2 + 1 36 14 —— — + 2 + 2 36 12 —— — + 2 + 3 36 13 —— — + 3 + 1 36 12 —— — + 3 + 2 36 11 —— — = 3 + 3 36 73 —— 270
6
(g)Let Y = X 1 + X 2. Find the m.g.f. of Y, and find the p.m.f. of Y. M Y (t) =E(e tY ) = t(X 1 + X 2 ) E[e] = tX 1 E[e tX 2 e ] = [(1/2)e t + (1/3)e 2t + (1/6)e 3t ] 2 = (1/4)e 2t + (1/3)e 3t + (5/18)e 4t + (1/9)e 5t + (1/36)e 6t The p.m.f. of Y is g(y) = 1/4 if y = 2 1/3if y = 3 5/18if y = 4 1/9if y = 5 1/36if y = 6 tX 1 E[e] tX 2 E[e] =
7
2. (a) (b) Suppose W, X, and Y are mutually independent random variables each having an exponential distribution with E(W) = 1, E(X) = 5, and E(Y) = 10. Explain why W, X, and Y cannot be treated as a random sample of size 3. Since W, X, and Y, are not identically distributed (i.e., they do not share a common distribution), these three random variables cannot be treated as a random sample. Find the joint p.d.f. of (W, X, Y). The joint p.d.f. is f(w,x,y) = e – w e – x / 5 —— 5 e – y / 10 —— = 10 e ——————if w > 0, x > 0, y > 0 50 – w – x / 5 – y / 10
8
(c)Find P[max(W, X, Y) < 2]. P[max(W,X,Y) < 2] = P(W < 2 X < 2 Y < 2 ) = P(W < 2) P(X < 2) P(Y < 2) = e – w dw 0 2 e – x / 5 —— dx 5 0 2 0 2 e – y / 10 —— dy = 10 (1 – e – 2 )(1 – e – 2 / 5 )(1 – e – 2 / 10 )
9
2. - continued (d) Find the mean and variance of 4X + 3Y − 5W. E(4X + 3Y − 5W) =4E(X) + 3E(Y) − 5E(W) = 4(5) + 3(10) − 5(1) =45 Var(4X + 3Y − 5W) =4 2 Var(X) + 3 2 Var(Y) + 5 2 Var(W) = 4 2 (25) + 3 2 (100) + 5 2 (1) =1325
10
(e)Find E(XY – W 2 ). E(XY − W 2 ) =E(X)E(Y) − E(W 2 ) = E(X)E(Y) − {Var(W) + [E(W)] 2 } = (5)(10) − {1 + 1 2 } =48
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.