|
Re: joint probability,-limit values
start with
P(Z<=z)
=P(XY<=z)
=P(Y<=z/x), x not equals 0
from here we do double integration on pxy(x,y) to obtain area of Fxy(Y<=z/x)=1-P(Y>z/x)=Fz
The limit of x is from z to 1, limit of y is z/x to 1
Fz(z) my calculation z^2-2zlnz
|