Suppose that ($X$, $Y$ and $Z$) are three random variables with joint pdf \begin{align} f(x,y,z)=\begin{cases} \frac{1}{\pi}\exp(x(y+z-x-2))-\frac{1}{2}(y^2+x^2), & x\geq 0,\; x\in R, \; y\in R \\ 0, & \text{oterwise} \end{cases} \end{align} Ι have to find the joint conditional distribution of $Y$ and $Z$, given $X=x$.
My problem is that I can't solve the integral above. \begin{align} F(z,y|X=x)=\int_{0}^{y} \int_{0}^{z} \frac{1}{\pi}\exp(x(k+t-x-2))-\frac{1}{2}(k^2+t^2)\,\mathrm{d}k\,\mathrm{d}t \end{align}
Can anybody help me?