Variance Gamma Process¶
A pure-jump Lévy process formed by evaluating Brownian motion with drift at an independent gamma random clock, producing stationary independent increments with tunable skewness and heavy tails.
Core Idea¶
The variance gamma (VG) process is a real-valued Lévy process obtained by subordinating Brownian motion with drift by an independent gamma process. In a common parameterization,
where \(W\) is standard Brownian motion, \(G_t\) is a gamma process normalized so \(E[G_t]=t\) and \(\operatorname{Var}(G_t)=\nu t\), \(\sigma>0\), \(\nu>0\), and \(\theta\in\mathbb R\). The gamma clock randomizes operational time, turning continuous Brownian evolution into a pure-jump process with stationary independent increments.
Scope of Application¶
The process appears in Lévy-process theory, stochastic modeling, financial return distributions, derivative pricing, simulation, and calibration. Its independent increments give analytic characteristic functions and Fourier-pricing convenience. Its jump structure and skew/kurtosis control can fit return features that a Gaussian diffusion misses.
VG can model a quantity whose changes arrive through many small jumps and whose activity rate fluctuates according to a gamma clock. In option pricing, an exponential model such as \(S_t=S_0\exp((r-q+\omega)t+X_t)\) chooses \(\omega\) so the discounted asset is a martingale, assuming exponential moments exist in the required region.
Clarity¶
The abstraction separates three kinds of time and variation. Calendar time is \(t\); operational time is the random \(G_t\); Brownian motion evolves over the operational clock. A large gamma-clock increment allows a large accumulated Gaussian move over a short calendar interval. This gives heavy-tailed increments without making Brownian paths themselves discontinuous in their own clock.
Manages Complexity¶
Real returns exhibit skewness, excess kurtosis, and jumps. VG compresses these into three parameters plus a tractable subordination construction. Conditional on \(G_t=g\), \(X_t\) is normal with mean \(\theta g\) and variance \(\sigma^2g\); integrating over the gamma clock yields the VG law. This mixture representation simplifies simulation and reasoning.
Abstract Reasoning¶
Conditioning on \(G_t\) gives
Using the gamma process Laplace transform yields
The exponent scales linearly in \(t\), verifying the convolution-semigroup/Lévy property. Differentiation at zero gives \(E[X_t]=\theta t\) and \(\operatorname{Var}(X_t)=(\sigma^2+\theta^2\nu)t\).
Knowledge Transfer¶
Literal transfer occurs between Lévy-process analysis, return modeling, simulation, and transform-based pricing because the same clock, characteristic function, and increment law remain. The subordination viewpoint allows results about gamma clocks and Brownian mixtures to be reused.
The general parent prime:stochastic_process transfers the indexed-family and joint-law reasoning. Time Change and Mixture are additional structural relatives. Calling any volatile series “variance gamma” from histogram resemblance is not transfer; the finite-dimensional Lévy law must fit.
Relationships to Other Abstractions¶
Current abstraction Variance Gamma Process Domain-specific
Parents (1) — more general patterns this builds on
-
Variance Gamma Process is a kind of Stochastic Process Prime
VG specializes
prime:stochastic_process: it is an indexed family of random variables under a single joint law with explicit dependence structure.
Hierarchy path (1) — routes to 1 parentless root
- Variance Gamma Process → Stochastic Process
Neighborhood in Abstraction Space¶
Variance Gamma Process sits in a sparse region of the domain-specific corpus (81st percentile for distinctiveness): few abstractions share its structure, so a faithful description tends to retrieve it precisely.
Family — Unclustered & Miscellaneous (1565 abstractions)
Nearest neighbors
- Displaced Poisson Distribution — 0.83
- Doob Decomposition Theorem — 0.82
- Markov Renewal Process — 0.82
- Variogram — 0.82
- Hurst Exponent — 0.81
Computed from structural-signature embeddings · 2026-09-08