I was wondering if there is a way to calculate the joint distribution of two fully correlated variables, both with known distributions, expected value and variance, without knowing the conditional distribution?
If this is not possible, is there a way of finding Var$(X,Y)$ = E$[(XY)^2]$ - E$[XY]^2$ when knowing that Cor$(X,Y) = 1$? I can't seem to find an expression for E$[(XY)^2]$...
Thanks!
We have $Y=kX+l$ where $k$ and $l$ are constants, with $k$ positive. The constants are known, since they can be found from the means and variances of $X$ and $Y$.
Any expectations, such as $E(XY)$, can then be computed using the distribution of $X$ and the fact that $Y=kx+l$.
The joint cdf can be computed using $\Pr(X\le x\cap Y\le y)=\min(\Pr(X\le x), \Pr(Y\le y))$.
Even if the densities of $X$ and $Y$ exist, the joint density does not exist in any useful sense.