Lévy Gamma processes

October 14, 2019 — March 3, 2022

Lévy processes
probability
stochastic processes
time series

\[\renewcommand{\var}{\operatorname{Var}} \renewcommand{\corr}{\operatorname{Corr}} \renewcommand{\dd}{\mathrm{d}} \renewcommand{\bb}[1]{\mathbb{#1}} \renewcommand{\vv}[1]{\boldsymbol{#1}} \renewcommand{\rv}[1]{\mathsf{#1}} \renewcommand{\vrv}[1]{\vv{\rv{#1}}} \renewcommand{\disteq}{\stackrel{d}{=}} \renewcommand{\gvn}{\mid} \renewcommand{\Ex}{\mathbb{E}} \renewcommand{\Pr}{\mathbb{P}}\]

Processes with Gamma marginals. Usually when we discuss Gamma processes we mean Gamma-Lévy processes. Such processes have independent Gamma increments, much like a Wiener process has independent Gaussian increments and a Poisson process has independent Poisson increments. Gamma processes provide the classic subordinator models, i.e. non-decreasing Lévy processes.

There are other processes with Gamma marginals.

Figure 1: Gamma processes are a natural model for spiky things

OK but if a process’s marginals are “Gamma-distributed”, what does that even mean? First, go and read about Gamma distributions. THEN go and read about Beta and Dirichlet distributions. We need both. And especially the Gamma-Dirichlet algebra.

For more, see the Gamma-Beta notebook.

1 The Lévy-Gamma process

Every divisible distribution induces an associated Lévy process by a standard procedure This works on the Gamma process too.

Ground zero for treating these processes specifically appears to be Ferguson and Klass (1972), and then the weaponisation of these processes to construct the Dirichlet process prior occurs in Ferguson (1974). Tutorial introductions to Gamma(-Lévy) processes can be found in (Applebaum 2009; Asmussen and Glynn 2007; Rubinstein and Kroese 2016; Kyprianou 2014). Existence proofs etc are deferred to those sources. You could also see Wikipedia, although that article was not particularly helpful for me.

The univariate Lévy-Gamma process \(\{\rv{g}(t;\alpha,\lambda)\}_t\) is an independent-increment process, with time index \(t\) and parameters by \(\alpha, \lambda.\) We assume it is started at \(\rv{g}(0)=0\).

The marginal density \(g(x;t,\alpha, \lambda )\) of the process at time \(t\) is a Gamma RV, specifically, \[ g(x;t, \alpha, \lambda) =\frac{ \lambda^{\alpha t} } { \Gamma (\alpha t) } x^{\alpha t\,-\,1}e^{-\lambda x}, x\geq 0. \] We can think of the Gamma distribution as the distribution at time 1 of a Gamma process.

That is, \(\rv{g}(t) \sim \operatorname{Gamma}(\alpha(t_{i+1}-t_{i}), \lambda)\). which corresponds to increments per unit time in terms of \(\bb E(\rv{g}(1))=\alpha/\lambda\) and \(\var(\rv{g}(1))=\alpha/\lambda^2.\)

Aside: Note that the useful special case that \(\alpha t=1,\) then we have that \(\rv{g}(t;1,\lambda )\sim \operatorname{Exp}(\lambda).\)

The increment distirbution leads to a method for simulating a path of a Gamma process at a sequence of increasing times, \(\{t_1, t_2, t_3, \dots, t_L\}.\) Given \(\rv{g}(t_1;\alpha, \lambda),\) we know that the increments are distributed as independent variates \(\rv{g}_i:=\rv{g}(t_{i+1})-\rv{g}(t_{i})\sim \operatorname{Gamma}(\alpha(t_{i+1}-t_{i}), \lambda)\). Presuming we may simulate from the Gamma distribution, it follows that \[\rv{g}(t_i)=\sum_{j < i}\left( \rv{g}(t_{i+1})-\rv{g}(t_{i})\right)=\sum_{j < i} \rv{g}_j.\]

1.1 Lévy characterisation

For arguments \(x, t>0\) and parameters \(\alpha, \lambda>0,\) we have the increment density as simply a Gamma density:

\[ p_{X}(t, x)=\frac{\lambda^{\alpha t} x^{\alpha t-1} \mathrm{e}^{-x \lambda}}{ \Gamma(\alpha t)}, \]

This gives us a spectrally positive Lévy measure \[ \pi_{\rv{x}}(x)=\frac{\alpha}{x} \mathrm{e}^{-\lambda x} \] and Laplace exponent \[ \Phi_{\rv{x}}(z)=\alpha \ln (1+ z/\lambda), z \geq 0. \]

That is, the Poisson rate, with respect to time \(t\) of jumps whose size is in the range \([x, x+dx)\), is \(\pi(x)dx.\) We think of this as an infinite superposition of Poisson processes driving different sized jumps, where the jumps are mostly tiny. This is how I think about Lévy process theory, at least.

2 Gamma bridge

A useful associated process. Consider a univariate Gamma-Lévy process, \(\rv{g}(t)\) with \(\rv{g}(0)=0.\) The Gamma bridge, analogous to the Brownian bridge, is that process conditionalised upon attaining a fixed the value \(S=\rv{g}(1)\) at terminal time \(1.\) We write \(\rv{g}_{S}:=\{\rv{g}(t)\mid \rv{g}(1)=S\}_{0< t < 1}\) for the paths of this process.

We can simulate from the Gamma bridge easily. Given the increments of the process are independent, if we have a Gamma process \(\rv{g}\) on the index set \([0,1]\) such that \(\rv{g}(1)=S\), then we can simulate from the bridge paths which connect these points at intermediate time \(t,\, 0<t<1\) by recalling that we have known distributions for the increments; in particular \(\rv{g}(t)\sim\operatorname{Gamma}(\alpha, \lambda)\) and \(\rv{g}(1)-\rv{g}(t)\sim\operatorname{Gamma}(\alpha (1-t), \lambda)\) and these increments, as increments over disjoints sets, are themselves independent. Then, by the Beta thinning, \[\frac{\rv{g}(t)}{\rv{g}(1)}\sim\operatorname{Beta}(\alpha t, \alpha(1-t))\] independent of \(\rv{g}(1).\) We can therefore sample from a path of the bridge \(\rv{g}_{S}(t)\) for some \(t< 1\) by simulating \(\rv{g}_{S}(t)=B S,\) where \(B\sim \operatorname{Beta}(\alpha (t),\alpha (1-t)).\)

For more on that theme, see Barndorff-Nielsen, Pedersen, and Sato (2001), Émery and Yor (2004) or Yor (2007).

3 Completely random measures

Random probability distributions induced by using Gamma-Lévy processes as a CDF. I laboriously reinvented these, bemused that no one seemed to use them, before discovering that they are called “completely random measures” and they are in fact common.

4 Time-warped Lévy-Gamma process

Çinlar (1980) walks us through the mechanics of (deterministically) time-warping Gamma processes, which ends up being not too unpleasant. Predictable stochastic time-warps look like they should be OK. See N. Singpurwalla (1997) for an application. Why bother? Linear superpositions of Gamma processes can be hard work, and sometime the generalisation from time-warping can come out nicer supposedly. 🏗

5 Generator

6 References

Ahrens, and Dieter. 1974. Computer Methods for Sampling from Gamma, Beta, Poisson and Bionomial Distributions.” Computing.
———. 1982. Generating Gamma Variates by a Modified Rejection Technique.” Communications of the ACM.
Applebaum. 2004. Lévy Processes — from Probability to Finance and Quantum Groups.” Notices of the AMS.
———. 2009. Lévy Processes and Stochastic Calculus. Cambridge Studies in Advanced Mathematics 116.
Asmussen, and Glynn. 2007. Stochastic Simulation: Algorithms and Analysis.
Avramidis, L’Ecuyer, and Tremblay. 2003. New Simulation Methodology for Finance: Efficient Simulation of Gamma and Variance-Gamma Processes.” In Proceedings of the 35th Conference on Winter Simulation: Driving Innovation. WSC ’03.
Barndorff-Nielsen, Maejima, and Sato. 2006. Some Classes of Multivariate Infinitely Divisible Distributions Admitting Stochastic Integral Representations.” Bernoulli.
Barndorff-Nielsen, Pedersen, and Sato. 2001. Multivariate Subordination, Self-Decomposability and Stability.” Advances in Applied Probability.
Bertoin. 1996. Lévy Processes. Cambridge Tracts in Mathematics 121.
———. 1999. Subordinators: Examples and Applications.” In Lectures on Probability Theory and Statistics: Ecole d’Eté de Probailités de Saint-Flour XXVII - 1997. Lecture Notes in Mathematics.
———. 2000. Subordinators, Lévy Processes with No Negative Jumps, and Branching Processes.
Bhattacharya, and Waymire. 2009. Stochastic Processes with Applications.
Bondesson. 2012. Generalized Gamma Convolutions and Related Classes of Distributions and Densities. Lecture Notes in Statistics 76.
Buchmann, Kaehler, Maller, et al. 2015. Multivariate Subordination Using Generalised Gamma Convolutions with Applications to V.G. Processes and Option Pricing.” arXiv:1502.03901 [Math, q-Fin].
Chaumont, and Yor. 2012. Exercises in Probability: A Guided Tour from Measure Theory to Random Processes, Via Conditioning.
Çinlar. 1980. On a Generalization of Gamma Processes.” Journal of Applied Probability.
Connor, and Mosimann. 1969. “Concepts of Independence for Proportions with a Generalization of the Dirichlet Distribution.” Journal of the American Statistical Association.
Devroye. 1986. Non-uniform random variate generation.
Dufresne. 1998. Algebraic Properties of Beta and Gamma Distributions, and Applications.” Advances in Applied Mathematics.
Edwards, Meyer, and Christensen. 2019. Bayesian Nonparametric Spectral Density Estimation Using B-Spline Priors.” Statistics and Computing.
Émery, and Yor. 2004. A Parallel Between Brownian Bridges and Gamma Bridges.” Publications of the Research Institute for Mathematical Sciences.
Ferguson. 1974. Prior Distributions on Spaces of Probability Measures.” The Annals of Statistics.
Ferguson, and Klass. 1972. A Representation of Independent Increment Processes Without Gaussian Components.” The Annals of Mathematical Statistics.
Figueroa-López. 2012. Jump-Diffusion Models Driven by Lévy Processes.” In Handbook of Computational Finance.
Fink. 1997. A Compendium of Conjugate Priors.”
Foti, Futoma, Rockmore, et al. 2013. A Unifying Representation for a Class of Dependent Random Measures.” In Artificial Intelligence and Statistics.
Gaver, and Lewis. 1980. First-Order Autoregressive Gamma Sequences and Point Processes.” Advances in Applied Probability.
Gourieroux, and Jasiak. 2006. Autoregressive Gamma Processes.” Journal of Forecasting.
Griffiths, and Ghahramani. 2011. The Indian Buffet Process: An Introduction and Review.” Journal of Machine Learning Research.
Grigelionis. 2013. Student’s t-Distribution and Related Stochastic Processes. SpringerBriefs in Statistics.
Gupta, and Nadarajah, eds. 2014. Handbook of Beta Distribution and Its Applications.
Gusak, Kukush, Kulik, et al. 2010. Theory of Stochastic Processes : With Applications to Financial Mathematics and Risk Theory. Problem Books in Mathematics.
Hackmann, and Kuznetsov. 2016. Approximating Lévy Processes with Completely Monotone Jumps.” The Annals of Applied Probability.
Hjort. 1990. Nonparametric Bayes Estimators Based on Beta Processes in Models for Life History Data.” The Annals of Statistics.
Ishwaran, and Zarepour. 2002. Exact and Approximate Sum Representations for the Dirichlet Process.” Canadian Journal of Statistics.
James, Roynette, and Yor. 2008. Generalized Gamma Convolutions, Dirichlet Means, Thorin Measures, with Explicit Examples.” Probability Surveys.
Kingman. 1992. Poisson Processes.
Kirch, Edwards, Meier, et al. 2019. Beyond Whittle: Nonparametric Correction of a Parametric Likelihood with a Focus on Bayesian Time Series Analysis.” Bayesian Analysis.
Kyprianou. 2014. Fluctuations of Lévy Processes with Applications: Introductory Lectures. Universitext.
Lalley. 2007. “Lévy Processes, Stable Processes, and Subordinators.”
Lawrance. 1982. The Innovation Distribution of a Gamma Distributed Autoregressive Process.” Scandinavian Journal of Statistics.
Lawrence, and Urtasun. 2009. Non-Linear Matrix Factorization with Gaussian Processes.” In Proceedings of the 26th Annual International Conference on Machine Learning. ICML ’09.
Lefebvre. 2007. Applied Stochastic Processes. Universitext.
Lin. 2016. “On The Dirichlet Distribution.”
Liou, Su, Chiang, et al. 2011. Gamma Random Field Simulation by a Covariance Matrix Transformation Method.” Stochastic Environmental Research and Risk Assessment.
Lo, and Weng. 1989. On a Class of Bayesian Nonparametric Estimates: II. Hazard Rate Estimates.” Annals of the Institute of Statistical Mathematics.
Mathai. 1982. Storage Capacity of a Dam with Gamma Type Inputs.” Annals of the Institute of Statistical Mathematics.
Mathai, and Moschopoulos. 1991. On a Multivariate Gamma.” Journal of Multivariate Analysis.
Mathai, and Provost. 2005. Some Complex Matrix-Variate Statistical Distributions on Rectangular Matrices.” Linear Algebra and Its Applications, Tenth Special Issue (Part 2) on Linear Algebra and Statistics,.
Mathal, and Moschopoulos. 1992. A Form of Multivariate Gamma Distribution.” Annals of the Institute of Statistical Mathematics.
Meier. 2018. A matrix Gamma process and applications to Bayesian analysis of multivariate time series.”
Meier, Kirch, Edwards, et al. 2019. beyondWhittle: Bayesian Spectral Inference for Stationary Time Series.”
Meier, Kirch, and Meyer. 2020. Bayesian Nonparametric Analysis of Multivariate Time Series: A Matrix Gamma Process Approach.” Journal of Multivariate Analysis.
Moschopoulos. 1985. The Distribution of the Sum of Independent Gamma Random Variables.” Annals of the Institute of Statistical Mathematics.
Olofsson. 2005. Probability, Statistics, and Stochastic Processes.
Pérez-Abreu, and Stelzer. 2014. Infinitely Divisible Multivariate and Matrix Gamma Distributions.” Journal of Multivariate Analysis.
Pfaffel. 2012. Wishart Processes.” arXiv:1201.3256 [Math].
Polson, Scott, and Windle. 2013. Bayesian Inference for Logistic Models Using Pólya–Gamma Latent Variables.” Journal of the American Statistical Association.
Rao, and Teh. 2009. “Spatial Normalized Gamma Processes.” In Proceedings of the 22nd International Conference on Neural Information Processing Systems. NIPS’09.
Roychowdhury, and Kulis. 2015. Gamma Processes, Stick-Breaking, and Variational Inference.” In Artificial Intelligence and Statistics.
Rubinstein, and Kroese. 2016. Simulation and the Monte Carlo Method. Wiley series in probability and statistics.
Sato. 1999. Lévy Processes and Infinitely Divisible Distributions.
Semeraro. 2008. A Multivariate Variance Gamma Model for Financial Applications.” International Journal of Theoretical and Applied Finance.
Shah, Wilson, and Ghahramani. 2014. Student-t Processes as Alternatives to Gaussian Processes.” In Artificial Intelligence and Statistics.
Shaked, and Shanthikumar. 1988. On the First-Passage Times of Pure Jump Processes.” Journal of Applied Probability.
Sim. 1990. First-Order Autoregressive Models for Gamma and Exponential Processes.” Journal of Applied Probability.
Singpurwalla, Nozer. 1997. Gamma Processes and Their Generalizations: An Overview.” In Engineering Probabilistic Design and Maintenance for Flood Protection.
Singpurwalla, Nozer D., and Youngren. 1993. Multivariate Distributions Induced by Dynamic Environments.” Scandinavian Journal of Statistics.
Steutel, and van Harn. 2003. Infinite Divisibility of Probability Distributions on the Real Line.
Tankov, and Voltchkova. n.d. “Jump-Diffusion Models: A Practitioner’s Guide.”
Thibaux, and Jordan. 2007. Hierarchical Beta Processes and the Indian Buffet Process.” In Proceedings of the Eleventh International Conference on Artificial Intelligence and Statistics.
Thorin. 1977a. On the Infinite Divisbility of the Pareto Distribution.” Scandinavian Actuarial Journal.
———. 1977b. On the Infinite Divisibility of the Lognormal Distribution.” Scandinavian Actuarial Journal.
Tracey, and Wolpert. 2018. Upgrading from Gaussian Processes to Student’s-T Processes.” 2018 AIAA Non-Deterministic Approaches Conference.
van der Weide. 1997. Gamma Processes.” In Engineering Probabilistic Design and Maintenance for Flood Protection.
Veillette, and Taqqu. 2010a. Using Differential Equations to Obtain Joint Moments of First-Passage Times of Increasing Lévy Processes.” Statistics & Probability Letters.
———. 2010b. Numerical Computation of First-Passage Times of Increasing Lévy Processes.” Methodology and Computing in Applied Probability.
Walker. 2000. A Note on the Innovation Distribution of a Gamma Distributed Autoregressive Process.” Scandinavian Journal of Statistics.
Wilson, and Ghahramani. 2011. Generalised Wishart Processes.” In Proceedings of the Twenty-Seventh Conference on Uncertainty in Artificial Intelligence. UAI’11.
Wolpert, Robert L. 2021. Lecture Notes on Stationary Gamma Processes.” arXiv:2106.00087 [Math].
Wolpert, Robert L., and Brown. 2021. Markov Infinitely-Divisible Stationary Time-Reversible Integer-Valued Processes.” arXiv:2105.14591 [Math].
Wolpert, R., and Ickstadt. 1998. Poisson/Gamma Random Field Models for Spatial Statistics.” Biometrika.
Xuan, Lu, Zhang, et al. 2015. Nonparametric Relational Topic Models Through Dependent Gamma Processes.” arXiv:1503.08542 [Cs, Stat].
Yor. 2007. Some Remarkable Properties of Gamma Processes.” In Advances in Mathematical Finance. Applied and Numerical Harmonic Analysis.