I am struggling on a concept. If given a PDF:
f(xy)=\begin{cases}y & 0<y<min{[1/x,1/(1-x)], 0<x<1}\\ 0 & otherwise \\ \end{cases}
looking a the support and finding
P(X > Y) I get the answer of being 2. I use a double integral to find it and have to do two double integrals.
Then finding fx(X) and fy(Y) where we integrate out the variables. fx(X) =from 0 to 1/x fxy(x,y)dy
$\mathbf{f}_{x}(x) = \int\limits_{x=0}^1 f_{X,Y}(x,y) \,dy$
and then similarly for fy(y):
$\mathbf{f}_{Y}(y) = \int\limits_{x=0}^{1/x} f_{X,Y}(x,y) \,dx+ \int\limits_{x=0}^{1/(1-x)} \,dx$
Getting to find the conditional pdf of f(X|Y) I am not sure if I did this right. I got....
$\mathbf{f}_{x|y}(x|y)=\frac {{f}_{xy}(x,y)} {{f}_{y}(y)}= y/y = 1 $
is that possible for a conditional PDF? It is a constant just not sure if it works or not.
Sorry I am not sure how to do all the formatting for the math code. Anything helps!! Thank YOU!