It is my first post on this forum. I am not a mathematician (so excuse me if I don't use the right vocabulary). I have two independent Normal random variables $X$ and $Y$:
\begin{aligned} X&\sim N(0,\sigma^{2})\\ Y&\sim N(0,s^{2}) \end{aligned}
How can I find the PDF of: $$J=X^2+2aXY+bY^2$$
where $b$ is positive, $a$ can be negative but $|a|<b$.
I've done some simulations in MATLAB, and it seems that the PDF is exponential (i.e. $\rho_J(J) \propto e^{-J/J_0})$. Does anyone have an idea to calculate $\rho_J(J)$ ?
Thank you!