Gaussians

TagsProperties

Gaussians

The formula

Properties

DKL(N(θ,ϵ)N(θ0,ϵ))=(θθ0)2ϵD_{KL}(N(\theta, \epsilon) || N(\theta_0, \epsilon)) = \frac{(\theta - \theta_0)^2}{\epsilon}

Transformation

The “folded gaussian”, or N|N|, is the Chi-squared distribution. This can be helpful when dealing with norms of gaussian samples.

Sub-gaussian

When we have a sub-distribution, we are talking about the decay of the tails. Therefore, a sub-gaussian distribution has tails that decay at least as fast as the tails of the gaussian. More formally, if for every t0t \geq 0, we have

then we have sug-gaussian properties.

Sub-gaussian distributions can be upper bounded by the gaussian tail bounds, which can be nice. There are some more complicated properties of distributions here that we won’t necessarily get into here.