smartin19
- 2
- 0
Homework Statement
Let X and Y have the joint probability density function f(x,y)=k(1-y), if 0<x<y<1 and 0 elsewhere.
a)Find the value of k that makes this pdf valid.
b) Find P(X<3/4,Y>1/2)
c) Find the marginal density function of X and Y
d) Find the expected value and variance of X and Y
e) Find the correlation coefficient
f) Are X and Y independent?
Homework Equations
∫∫f(x,y)dxdy=1
marginal pdf of x=∫f(x,y)dy
marginal pdf of y=∫f(x,y)dx
correlation=covariance(x,y)/(σx * σy)
covariance(x,y)=[∫∫xyf(x,y)dxdy]-[μx*μy]
The Attempt at a Solution
I'm fairly confident I did part A correctly (k=6 is my answer). For part B I set up the double integral (in this case the two double integrals based on the way the region was split) and came up with P(X<3/4, Y>1/2)=∫∫6-6y dydx (1/2<y<1, 0<x<1/2) +∫∫6-6y dydx (x<y<1, 1/2<x<3/4). After evaluating I found P(X<3/4, Y>1/2)≈0.484. Part C seemed fairly straight forward, plug the function into the formulas to get the marginal pdf's; having done that I got f(x)=3-6x+3x^2=pdf of x and f(y)=6y-6y^2=pdf of y. However, when we did examples like this in class, to find the expectation and variance of each variable we found the distribution of each variable based on the marginal pdf's having a form similar to the pdf of some common distribution. I don't see what distributions my marginal pdf's would follow, and, hence, I don't know how to get the expectations.
Thanks