I am working an exercise as follows:
Suppose $(X_{0},\cdots, X_{n})$ is a Guassian vector (not necessarily centered). Show that there are constants $c_{0}, c_{1},\cdots, c_{n}$ such that $$\mathbb{E}(X_{0}|X_{1},\cdots,X_{n})=c_{0}+c_{1}X_{1}+\cdots+c_{n}X_{n}.$$
A solution with centered Guassian vector is here: Conditional Expectation of Gaussian Random Vector of length n
How could I modify the proof if it is not zero mean Guassian vector?
Also, this proof uses density function, but we know that the density function of Guassian vector exists if and only if the covariance matrix is non-degenerate (invertible), right?
What will happen if the covariance matrix is degenerate?
Can we still prove the exercise? (This exercise also said that my proof should be valid irrespective of whether the covariance matrix is degenerate or not)...
Thank you so much in advance!