gaussian random vector

[[concept]]

[!themes] Topics

Evaluation Error: SyntaxError: Unexpected token '>'

at DataviewInlineApi.eval (plugin:dataview:19027:21)
at evalInContext (plugin:dataview:19028:7)
at asyncEvalInContext (plugin:dataview:19038:32)
at DataviewJSRenderer.render (plugin:dataview:19064:19)
at DataviewJSRenderer.onload (plugin:dataview:18606:14)
at DataviewJSRenderer.load (app://obsidian.md/app.js:1:1182416)
at DataviewApi.executeJs (plugin:dataview:19607:18)
at DataviewCompiler.eval (plugin:digitalgarden:10763:23)
at Generator.next (<anonymous>)
at fulfilled (plugin:digitalgarden:77:24)

Multivariate Normal

The multivariate normal or Gaussian N(μ,Σ) for parameters μRd and (positive semidefinite) ΣRd×d is the probability measure with density

1det(2πΣ)exp(12(xμ)TΣ(xμ))

With respect to the Lebesgue measure on the row space of Σ and where

Note

When Σ is invertible,

Gaussian Random Vector

If a random vector xN(μ,Σ), we call x a Gaussian random vector. If xN(0,Id), then we call x a standard Gaussian random vector.

Proposition

Let xN(μ,Σ) be a gaussian random vector. Then μ is the mean vector and Σ is the covariance matrix of x and

μ=E[x]Σ=E[(xμ)(xμ)T]=E[xxT]μμT

ie, the law of a gaussian random vector is determined by its mean and covariance (or its linear and quadratic moments)

References

References

See Also

Mentions

Mentions

File Last Modified
concentration inequality for magnitude of standard gaussian random vector 2025-09-08
gaussian random matrix transform vectors into gaussian random vectors 2025-09-11
gaussian random vector 2025-09-05
gaussian random vectors are closed under linear transformations 2025-09-05
normalized standard gaussian random vectors have the orthogonally invariant distribution on the unit sphere 2025-09-09
Random Matrix Lecture 01 2025-09-11
Random Matrix Lecture 02 2025-09-11
Random Matrix Lecture 06 2025-09-11
standard gaussian random vectors are orthogonally invariant 2025-09-05

{ .block-language-dataview}
Created 2025-09-05 ֍ Last Modified 2025-09-11