Physlib.Mathematics.InnerProductSpace.Gaussian
Gaussians in inner product spaces
i. Overview
In this module we define Gaussians as Schwartz maps in general inner product spaces.
The most general Gaussian constructed is `exp (-2⁻¹ * ‖B⁻¹ (x - x₀)‖ ^ 2)` (mean `x₀` and covariance `BᵀB`) as a Schwartz map `𝓢(E, 𝕜)`, where `B : D ≃L[ℝ] E` is a linear equivalence of inner product spaces. This is accomplished by first constructing the Gaussian `exp (-2⁻¹ * ‖x‖ ^ 2)` as a Schwartz map `𝓢(E, ℝ)` using explicit bounds on the derivatives of `‖x‖ ^ 2 = innerSL ℝ x x` and limiting properties of the real exponential, then composing with an invertible affine transformation.
The Gaussians are left unnormalized since the appropriate condition will depend on context and whether `E` is finite- or infinite-dimensional. For example, the normalization conditions when interpreted as a probability density function vs. as a quantum state require different pre-factors.
For some relevant Gaussian integrals see `Mathlib/Analysis/SpecialFunctions/Gaussian/FourierTransform`.
ii. Key results
- `gaussian 𝕜 B x₀` : Given a linear equivalence `B : D ≃L[ℝ] E` and mean `x₀ : E`, the Gaussian `exp (-2⁻¹ * ‖B⁻¹ (x - x₀)‖ ^ 2)` centered on `x₀` as a Schwartz map `𝓢(E, 𝕜)`. - `gaussian₀ 𝕜 B` : Given a linear equivalence `B : D ≃L[ℝ] E` of inner product spaces, the Gaussian `exp (-2⁻¹ * ‖B⁻¹ x‖ ^ 2)` centered on the origin as a Schwartz map `𝓢(E, 𝕜)`. - `stdGaussian E 𝕜` : The standard Gaussian `exp (-2⁻¹ * ‖x‖ ^ 2)` as a Schwartz map `𝓢(E, 𝕜)`.
iii. Table of contents
- A. Standard, real-valued
- B. General, RCLike-valued
iv. References
A. Standard, real-valued
B. General, RCLike-valued
5 declarations
Standard real Gaussian
Let be a real inner product space. The standard real-valued Gaussian is the Schwartz map defined by for any , where denotes the norm induced by the inner product on .
-valued Gaussian as a Schwartz map
Let and be real inner product spaces, and let be a field (typically or ). Given a continuous linear equivalence and a vector (representing the mean), the Gaussian is the (unnormalized) Schwartz map defined by for all , where the norm is the norm on induced by its inner product.
Evaluation of the Gaussian at
Let and be real inner product spaces, and let be an field (such as or ). For a continuous linear equivalence , a vector representing the mean, and any point , the value of the Gaussian Schwartz map at is given by where the norm is the norm on induced by its inner product, is the real exponential function, and the result is implicitly cast from to .
-valued Gaussian as a Schwartz map
Let and be real inner product spaces and be a field (typically or ). Given a continuous linear equivalence , the Gaussian centered at the origin is the unnormalized Schwartz map defined by for all , where is the norm on induced by its inner product.
Standard Gaussian as a Schwartz map
Let be a real inner product space and be an field (typically or ). The standard Gaussian is the unnormalized Schwartz map defined by for all , where is the norm on induced by its inner product. This corresponds to the case where the covariance transformation is the identity map.
