Standard normal random vector on vector space
Dependencies:
- Standard multivariate normal distribution
- Basis of a vector space
- Identity matrix
- Product of stacked matrices
- Orthogonality and orthonormality
- Gram-Schmidt Process
- Orthonormal basis change matrix
Let $\mathcal{V} \subseteq \mathbb{R}^n$ be an inner-product space with inner-product defined as $\langle x, y \rangle = x^Ty$. Suppose $\dim(\mathcal{V}) = m$.
Let $U = [u_1, u_2, \ldots, u_m]$ be an orthonormal basis of $\mathcal{V}$. Such a basis is guaranteed to exist by the Gram-Schmidt process. Interpret $U$ as a $n$-by-$m$ matrix whose $i^{\textrm{th}}$ column is $u_i$.
Let $Z = [Z_1, Z_2, \ldots, Z_m] \sim \mathcal{N}(0, I)$ be a random vector. Let $X = \sum_{i=1}^m Z_i u_i$. Then $X$ is called the standard normal vector on vector space $\mathcal{V}$.
$X = UZ \sim \mathcal{N}(0, UU^T)$ (by theorem on product of stacked matrices and multivariate normal distribution).
$UU^T$ is independent of the choice of $U$ (it depends only on $\mathcal{V}$), so $X$ is uniquely defined for $\mathcal{V}$.
Proof of $UU^T$ being independent of the choice of $U$
Let $V = [v_1, v_2, \ldots, v_m]$ be another orthonormal basis of $\mathcal{V}$. Interpret $V$ as a $n$-by-$m$ matrix whose $i^{\textrm{th}}$ column is $v_i$.
Let $A$ be the basis-change matrix from $V$ to $U$, i.e. \[ v_i = \sum_{j=1}^m A[i, j]u_j \] Then $A$ is an orthogonal $m$-by-$m$ matrix, so $AA^T = A^TA = I$.
\[ V[i, j] = (v_j)_i = \sum_{k=1}^n A[j, k](u_k)_i = \sum_{k=1}^n A[j, k]U[i, k] = (UA^T)[i, j] \] Therefore, $V = UA^T$.
\[ VV^T = (UA^T)(UA^T)^T = UA^TAU^T = UU^T \] Therefore, every orthonormal basis $V$ has the same value of $VV^T$.
Dependency for: None
Info:
- Depth: 13
- Number of transitive dependencies: 83
Transitive dependencies:
- /analysis/topological-space
- /sets-and-relations/countable-set
- /linear-algebra/vector-spaces/condition-for-subspace
- /linear-algebra/matrices/gauss-jordan-algo
- /complex-numbers/conjugate-product-abs
- /complex-numbers/conjugation-is-homomorphic
- /sets-and-relations/equivalence-relation
- /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
- Polynomial
- Vector
- Dot-product of vectors
- Integral Domain
- Comparing coefficients of a polynomial with disjoint variables
- Field
- Vector Space
- Linear independence
- Span
- Inner product space
- Orthogonality and orthonormality
- Gram-Schmidt Process
- Semiring
- Matrix
- Stacking
- System of linear equations
- Product of stacked matrices
- Transpose of stacked matrix
- Matrix multiplication is associative
- Reduced Row Echelon Form (RREF)
- Transpose of product
- Trace of a matrix
- Matrices over a field form a vector space
- Row space
- Matrices form an inner-product space
- Elementary row operation
- Every elementary row operation has a unique inverse
- Row equivalence of matrices
- Row equivalent matrices have the same row space
- RREF is unique
- Identity matrix
- Inverse of a matrix
- Inverse of product
- Elementary row operation is matrix pre-multiplication
- Row equivalence matrix
- Equations with row equivalent matrices have the same solution set
- Basis of a vector space
- Linearly independent set is not bigger than a span
- Homogeneous linear equations with more variables than equations
- Rank of a homogenous system of linear equations
- Rank of a matrix
- Full-rank square matrix in RREF is the identity matrix
- Full-rank square matrix is invertible
- AB = I implies BA = I
- Orthogonal matrix
- Orthonormal basis change 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
- Standard multivariate normal distribution