xbeta
Normal distribution
A random vector of dimension is said to have a Normal distribution with mean and covariance matrix if if positive definite and its density function is given by
(1)f(x) = \frac{1}{(2\pi)^{n/2} \left\vert\Sigma \right\vert^{1/2}}
e^{-\frac{1}{2}(x - \mu)^\top \Sigma^{-1} (x - \mu)}.
In this case, we write
X \sim N(\mu,\,\Sigma).
Properties
Regression
Suppose that is a random vector with a multivariate Normal distribution and partition the vector as so that
(2)
\begin{pmatrix} X_1 \\ X_2 \end{pmatrix} \sim N\left[ \begin{pmatrix} \mu_1 \\ \mu_2 \end{pmatrix}, \begin{pmatrix} \Sigma_{11} & \Sigma_{12} \\ \Sigma_{21} & \Sigma_{22} \end{pmatrix} \right].
The conditional distribution of given is
(3)
X_1 \vert X_2 = x_2 \sim N\left(\mu_1 + \Sigma_{12}\Sigma_{22}^{-1}(x_2 - \mu_2),\, \Sigma_{11} - \Sigma_{12}\Sigma_{22}^{-1} \Sigma_{21} \right).
Conversely, whenever (3) holds and when the marginal distribution of satisfies , then the joint distribution of is given by (2).
See Also
Revised on August 8, 2007 14:23:35
by
Jason Blevins
(152.3.158.22)