Question

X, Y and Z are Bernoulli random variables with the following joint distribution: P(x, y, z)...

X, Y and Z are Bernoulli random variables with the following joint distribution:

P(x, y, z) =

.2 if (x, y, z) = (0, 0, 0)

.1 if (x, y, z) = (0, 0, 1)

0 if (x, y, z) = (0, 1, 0)

.1 if (x, y, z) = (0, 1, 1)

.1 if (x, y, z) = (1, 0, 0)

0 if (x, y, z) = (1, 0, 1)

.2 if (x, y, z) = (1, 1, 0)

.3 if (x, y, z) = (1, 1, 1)

a) Find the marginal distribution of Z.

b)Find the joint distribution of X and Y , conditional on Z = 1.

c) Find the correlation coefficient between X and Y , conditional on Z = 1.

Homework Answers

Answer #1

a)

add probabilities for Z=0

and Z=1

P(Z=0) = 0.2+0 + 0.1 + 0.2 = 0.5

P(Z=1) = 0.1 + 0.1 + 0 + 0.3=0.5

z 0 1 total
P(Z=z) 0.5 0.5 1

b)

row represent X, column represent Y

condition Z=1

P(Z=1)=0.5

X/Y 0 1 total
0 0.1/0.5=0.2 0.1/0.5=0.2 0.4
1 0/0.5=0 =0.3/0.5=0.6 0.6
total 0.2 0.8 1


c)

correlation coefficient between X and Y , conditional on Z = 1

X Y P(X,Y) X*Y*P(X,Y) X*P(X) (X-E[X])²P(X) Y*P(X,Y) (Y-E[Y])²P(Y)
0 0 0.2 0 0 0.072 0 0.128
0 1 0.2 0 0 0.072 0.2 0.008
1 0 0 0 0 0 0 0
1 1 0.6 0.6 0.6 0.096 0.6 0.024
total 0.6 0.6 0.24 0.8 0.16

co variance=E[XY]-E[X]E[Y]=ΣXYP(X,Y) + ΣXP(X)+ΣYP(Y) = 0.6 - 0.6*0.8 = 0.12

std dev of X=√(X-E[X])²P(X)=√0.24

std dev of Y=√(Y-E[Y])²P(Y) =√0.16

correlation=cov(x,y)/(std of x*std dev of y) = 0.12/(√0.24*√0.16) = 0.6124

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
The joint probability distribution of two random variables X and Y is given in the following...
The joint probability distribution of two random variables X and Y is given in the following table X Y → ↓ 0 1 2 3 f(x) 2 1/12 1/12 1/12 1/12 3 1/12 1/6 1/12 0 4 1/12 1/12 0 1/6 f(y) a) Find the marginal density of X and the marginal density of Y. (add them to the above table) b) Are X and Y independent? c) Compute the P{Y>1| X>2} d) Compute the expected value of X. e)...
Consider the following bivariate distribution p(x, y) of two discrete random variables X and Y. Y\X...
Consider the following bivariate distribution p(x, y) of two discrete random variables X and Y. Y\X -2 -1 0 1 2 0 0.01 0.02 0.03 0.10 0.10 1 0.05 0.10 0.05 0.07 0.20 2 0.10 0.05 0.03 0.05 0.04 a) Compute the marginal distributions p(x) and p(y) b) The conditional distributions P(X = x | Y = 1) c) Are these random variables independent? d) Find E[XY] e) Find Cov(X, Y) and Corr(X, Y)
Let LaTeX: X,YX , Y be two discrete random variables that have the following joint distribution:...
Let LaTeX: X,YX , Y be two discrete random variables that have the following joint distribution: x = 0   1 y = -1   0.18   0.12 0   ?   0.20 1   0.12   0.08 (a) Determine the following probabilities: LaTeX: P(X=0, Y=0) P ( X = 0 , Y = 0 ), LaTeX: P(X\le 0,Y\le 0)P ( X ≤ 0 , Y ≤ 0 ) (b) Find the marginal distribution of LaTeX: YY. (c) What is the conditional distribution of LaTeX: XX given...
If X and Y are discrete random variables with joint PMF P(X,Y )(x, y) = c(2x+y)(x!...
If X and Y are discrete random variables with joint PMF P(X,Y )(x, y) = c(2x+y)(x! y!) for x = 0, 1, 2, … and y = 0, 1, 2, … and zero otherwise a) Find the constant c. b) Find the marginal PMFs of X and Y. Identify their distribution along with their parameters. c) Are X and Y independent? Why/why not?
Consider the following joint distribution between random variables X and Y: Y=0 Y=1 Y=2 X=0 P(X=0,...
Consider the following joint distribution between random variables X and Y: Y=0 Y=1 Y=2 X=0 P(X=0, Y=0) = 5/20 P(X=0, Y=1) =3/20 P(X=0, Y=2) = 1/20 X=1 P(X=1, Y=0) = 3/20 P(X=1, Y=1) = 4/20 P(X=1, Y=2) = 4/20 Further, E[X] = 0.55, E[Y] = 0.85, Var[X] = 0.2475 and Var[Y] = 0.6275. a. (6 points) Find the covariance between X and Y. b. (6 points) Find E[X | Y = 0]. c. (6 points) Are X and Y independent?...
1. Let (X,Y ) be a pair of random variables with joint pdf given by f(x,y)...
1. Let (X,Y ) be a pair of random variables with joint pdf given by f(x,y) = 1(0 < x < 1,0 < y < 1). (a) Find P(X + Y ≤ 1). (b) Find P(|X −Y|≤ 1/2). (c) Find the joint cdf F(x,y) of (X,Y ) for all (x,y) ∈R×R. (d) Find the marginal pdf fX of X. (e) Find the marginal pdf fY of Y . (f) Find the conditional pdf f(x|y) of X|Y = y for 0...
Let X and Y be discrete random variables, their joint pmf is given as Px,y =...
Let X and Y be discrete random variables, their joint pmf is given as Px,y = ?(? + ? + 2)/(B + 2) for 0 ≤ X < 3, 0 ≤ Y < 3 Where B=2. a) Find the value of ? b) Find the marginal pmf of ? and ? c) Find conditional pmf of ? given ? = 2
The joint probability density function of two random variables (X and Y) is given by fX,Y...
The joint probability density function of two random variables (X and Y) is given by fX,Y (x, y) = ( C √y (y ^(α+1)) exp {( − y(2β+x ^2 ) )/2 } , x ∈ (−∞,∞), y ∈ [0,∞), 0 otherwise. (a) Find C. (b) Find the marginal density of Y . What type of distribution does Y follow? (c) Find the conditional density of X | Y . What type of distribution is this?
Suppose X, Y, and Z are random variables with the joint density function f(x, y, z)...
Suppose X, Y, and Z are random variables with the joint density function f(x, y, z) = Ce−(0.5x + 0.2y + 0.1z) if x ≥ 0, y ≥ 0, z ≥ 0, and f(x, y, z) = 0 otherwise. (a) Find the value of the constant C. (b) Find P(X ≤ 0.75 , Y ≤ 0.5). (Round answer to five decimal places). (c) Find P(X ≤ 0.75 , Y ≤ 0.5 , Z ≤ 1). (Round answer to six decimal...
Let X and Y be independent random variables, with X following uniform distribution in the interval...
Let X and Y be independent random variables, with X following uniform distribution in the interval (0, 1) and Y has an Exp (1) distribution. a) Determine the joint distribution of Z = X + Y and Y. b) Determine the marginal distribution of Z. c) Can we say that Z and Y are independent? Good