Distribution gallery#
One compact reference page per distribution — a density picture, the three
parametrizations, and a ten-line usage recipe. Think of it as the
scipy.stats-style index for the Generalized Hyperbolic family: a direct,
linkable answer to “what does this distribution look like and how do I use
it?”
The pages are ordered to narrate the family tree. The GIG is the parent: it is an exponential family with a Bessel-valued log-partition, and it nests the Gamma, InverseGamma, and InverseGaussian as boundary limits. Compounding a MultivariateNormal against one of these positive subordinators produces the normal variance-mean mixtures — VarianceGamma, NormalInverseGamma, NormalInverseGaussian, and the all-encompassing GeneralizedHyperbolic. The factor variants swap the dense covariance for a low-rank-plus-diagonal structure.
The pages#
Distribution |
Support |
Role in the family |
|---|---|---|
\((0, \infty)\) |
Bessel-valued parent of the positive subordinators |
|
\((0, \infty)\) |
\(b \to 0\) limit of GIG |
|
\((0, \infty)\) |
\(a \to 0\) limit of GIG |
|
\((0, \infty)\) |
\(p = -\tfrac12\) special case of GIG |
|
\(\mathbb{R}^d\) |
the Gaussian core that gets mixed |
|
\(\mathbb{R}^d\) |
mixture with a Gamma subordinator |
|
\(\mathbb{R}^d\) |
mixture with an InverseGamma subordinator |
|
\(\mathbb{R}^d\) |
mixture with an InverseGaussian subordinator |
|
\(\mathbb{R}^d\) |
mixture with a GIG subordinator — nests them all |
|
\(\mathbb{R}^d\) |
low-rank-plus-diagonal covariance for high dimensions |