Can anyone help me understand how to compute the projection of a 2D gaussian distribution along a vector. I intuitively realize that the projection will result in a 1D Gaussian, but I want to be sure. Can someone help me understand/show a proof/direct me to a proof where a 2D gaussian projected along a vector gives a line.
Eg. Consider a Gaussian $\mathbf{X} \sim N (\mu,\Sigma)$ where $\mu = [3,2]^T$ and $\Sigma = \begin{bmatrix} 4 & 0 \\ 0 & 7 \end{bmatrix}$, what is the projection along the vector $v = 2i + 4j$ ?
Any help would be much appreciated!! Thanks
See https://en.wikipedia.org/wiki/Multivariate_normal_distribution where it is stated that a multi-variate distribution is multi-variate normal if and only if every linear combination of the variables is normally distributed. If I understand correctly, your "projection" defines a linear combination that you are interested in of the variables, so that is indeed normal. Let me know if you meant something else by "projection" though.