Standard multivariate normal distribution
Dependencies:
- Random variable
- Normal distribution
- Independence of random variables (incomplete)
- Covariance matrix
- Identity matrix
$\newcommand{\E}{\operatorname{E}}$ $\newcommand{\Var}{\operatorname{Var}}$ $\newcommand{\Cov}{\operatorname{Cov}}$
Let $Z = [Z_1, Z_2, \ldots, Z_d]$ be a sequence of random variables. $Z$ is said to follow the $d$-dimensional standard multivariate normal distribution (denoted by $Z \sim \mathcal{N}(0, 1)^d$) iff all $Z_i$ are independent and each $Z_i \sim \mathcal{N}(0, 1)$.
$Z$ has a probability density function given by \[ f_Z(z) = \prod_{i=1}^d \phi(z_i) = \frac{1}{\sqrt{(2\pi)^d}} \exp\left( -\frac{1}{2} \|z\|^2 \right) \] This is because the joint probability density of independent random variables is the product of the probability densities of the components.
Note that the probability density at $z$ depends only on the distance of $z$ from the origin; the individual components of $z$ don't matter. This is why the standard multivariate normal distribution is also called the spherical gaussian distribution.
$\E(Z) = 0$. When $i \neq j$, $\Var(Z)_{i, j} = \Cov(Z_i, Z_j) = 0$. $\Var(Z)_{i, i} = \Var(Z_i) = 1$. Therefore, $\Var(Z) = I$.
Dependency for:
Info:
- Depth: 11
- Number of transitive dependencies: 36
Transitive dependencies:
- /analysis/topological-space
- /sets-and-relations/countable-set
- /analysis/exponential-grows-superpolynomially
- /analysis/integration-by-parts
- /sets-and-relations/de-morgan-laws
- /measure-theory/linearity-of-lebesgue-integral
- /measure-theory/lebesgue-integral
- σ-algebra
- Generated σ-algebra
- Borel algebra
- Measurable function
- Generators of the real Borel algebra (incomplete)
- Measure
- σ-algebra is closed under countable intersections
- Group
- Ring
- Field
- Vector Space
- Semiring
- Matrix
- Identity matrix
- Probability
- Conditional probability (incomplete)
- Independence of events
- Independence of composite events
- Random variable
- Expected value of a random variable
- Independence of random variables (incomplete)
- Linearity of expectation
- Variance of a random variable
- Covariance of 2 random variables
- Linearity of expectation for matrices
- Cross-covariance matrix
- Covariance matrix
- Gaussian integral (incomplete)
- Normal distribution