Joint distributions of random variables
- (a) Determine the constant \(C\) so that \(f\) is a joint pdf of some bivariate random variable \((X,Y)\).
- (b) Determine the probability density functions \(f_X\) and \(f_Y\) of random variables \(X\) and \(Y\). (These pdfs are called marginal densities.)
- (c) Find the probability \(\mathbb P\left(Y \leq 2X\right)\).
Normal random variables
Recall that if \(W\sim N\left(\mu,\sigma^2\right)\) is a normal random variable, then its moment generating function satisfies \begin{eqnarray*}m_W(t)=\mathbb E\left[e^{tW}\right]=e^{\mu t+\frac12\sigma^2t^2}.\end{eqnarray*} Conversely, if a moment generating function of a random variable \(Q\) satisfies \[m_Q(t)=e^{\mu t+\frac12\sigma^2t^2},\] then \(Q\) is a normal random variable with expectation \(\mu\) and variance \(\sigma^2\).
Using the above, we can solve the following problem.
- (a) Determine the probability density functions \(f_U\) and \(f_V\) of \(U\) and \(V\).
- (b) Prove that the covariance matrix between \(U\) and \(V\) is equal to \(\left[\begin{array}{cc}\alpha&\beta\\ \beta&\gamma\end{array}\right]^2\).
Assume that \(X\) and \(Y\) are independent standard normal random variables. Find the joint probability density function \(f_{U,V}(s,t)\) of the random variables \(U\) and \(V\) defined as \begin{eqnarray*} U&=&\alpha X+\beta Y\\ V&=&\beta X+ \gamma Y, \end{eqnarray*} where \(\alpha\), \(\beta\), and \(\gamma\) are real numbers that satisfy \(\alpha\gamma-\beta^2 > 0\).
Prove that the probability density function \(f_{U,V}(s,t)\) can be expressed as \[f_{U,V}(s,t)=\frac1{2\pi\cdot \sqrt{\mbox{det}(\Sigma)} } \cdot e^{-\frac12 \left[\begin{array}{cc} s &t \end{array}\right] \cdot \Sigma^{-1}\cdot \left[\begin{array}{c}s \\ t\end{array}\right]},\] where \(\Sigma\) is the matrix defined as \[\Sigma= \left[\begin{array}{cc}\alpha&\beta\\ \beta&\gamma\end{array}\right]^2.\]
The random variables \(U\) and \(V\) from Problem 4 have bivariate normal distribution with expectations \(\left[\begin{array}{c}0\\ 0\end{array}\right]\) and covariance matrix \(\Sigma=\left[\begin{array}{cc}\alpha&\beta\\ \beta&\gamma\end{array}\right]^2\).
Reduction of bivariate normal distribution to independent normal random variables
- (a) Find the real numbers \(\alpha\) and \(\beta\) for which there exist a standard normal random variable \(Z\) such that \(X+3Y=\alpha+\beta Z\).
- (b) Evaluate \(\mathbb P\left(X+3Y\leq 7\right)\).