# Exponentially modified Gaussian distribution

> Mediated Wiki article. Canonical URL: https://mediated.wiki/source/Exponentially_modified_Gaussian_distribution
> Markdown URL: https://mediated.wiki/source/Exponentially_modified_Gaussian_distribution.md
> Source: https://en.wikipedia.org/wiki/Exponentially_modified_Gaussian_distribution
> Source revision: 1300981271
> License: Creative Commons Attribution-ShareAlike 4.0 International (https://creativecommons.org/licenses/by-sa/4.0/)

Describes the sum of independent normal and exponential random variables

EMG Probability density function Cumulative distribution function Parameters μ ∈ R — mean of Gaussian component σ2 > 0 — variance of Gaussian component λ > 0 — rate of exponential component Support x ∈ R PDF λ 2 exp ⁡ [ λ 2 ( 2 μ + λ σ 2 − 2 x ) ] erfc ⁡ ( μ + λ σ 2 − x 2 σ ) {\displaystyle {\frac {\lambda }{2}}\exp \left[{\frac {\lambda }{2}}(2\mu +\lambda \sigma ^{2}-2x)\right]\operatorname {erfc} \left({\frac {\mu +\lambda \sigma ^{2}-x}{{\sqrt {2}}\sigma }}\right)} CDF Φ ( x , μ , σ ) − 1 2 exp ⁡ [ λ 2 ( 2 μ + λ σ 2 − 2 x ) ] erfc ⁡ ( μ + λ σ 2 − x 2 σ ) {\displaystyle \Phi (x,\mu ,\sigma )-{\frac {1}{2}}\exp \left[{\frac {\lambda }{2}}(2\mu +\lambda \sigma ^{2}-2x)\right]\operatorname {erfc} \left({\frac {\mu +\lambda \sigma ^{2}-x}{{\sqrt {2}}\sigma }}\right)} where Φ ( x , μ , σ ) {\displaystyle \Phi (x,\mu ,\sigma )} is the CDF of a Gaussian distribution Mean μ + 1 / λ {\displaystyle \mu +1/\lambda } Mode x m = μ − sgn ⁡ ( τ ) 2 σ erfcxinv ⁡ ( | τ | σ 2 π ) + σ 2 τ {\displaystyle x_{m}=\mu -\operatorname {sgn} \left(\tau \right){\sqrt {2}}\sigma \operatorname {erfcxinv} \left({\frac {{|}\tau {|}}{\sigma }}{\sqrt {\frac {2}{\pi }}}\right)+{\frac {\sigma ^{2}}{\tau }}} f ( x m ) = h exp ⁡ ( − 1 2 ( μ − x m σ ) 2 ) {\displaystyle f(x_{m})=h\exp \left(-{\frac {1}{2}}\left({\frac {\mu -x_{m}}{\sigma }}\right)^{2}\right)} Variance σ 2 + 1 / λ 2 {\displaystyle \sigma ^{2}+1/\lambda ^{2}} Skewness 2 σ 3 λ 3 ( 1 + 1 σ 2 λ 2 ) − 3 / 2 {\displaystyle {\frac {2}{\sigma ^{3}\lambda ^{3}}}\left(1+{\frac {1}{\sigma ^{2}\lambda ^{2}}}\right)^{-3/2}} Excess kurtosis 3 ( 1 + 2 σ 2 λ 2 + 3 λ 4 σ 4 ) ( 1 + 1 λ 2 σ 2 ) 2 − 3 {\displaystyle {\frac {3\left(1+{\frac {2}{\sigma ^{2}\lambda ^{2}}}+{\frac {3}{\lambda ^{4}\sigma ^{4}}}\right)}{\left(1+{\frac {1}{\lambda ^{2}\sigma ^{2}}}\right)^{2}}}-3} MGF ( 1 − t λ ) − 1 exp ⁡ ( μ t + 1 2 σ 2 t 2 ) {\displaystyle \left(1-{\frac {t}{\lambda }}\right)^{-1}\,\exp \left(\mu t+{\frac {1}{2}}\sigma ^{2}t^{2}\right)} CF ( 1 − i t λ ) − 1 exp ⁡ ( i μ t − 1 2 σ 2 t 2 ) {\displaystyle \left(1-{\frac {it}{\lambda }}\right)^{-1}\,\exp \left(i\mu t-{\frac {1}{2}}\sigma ^{2}t^{2}\right)}

In [probability theory](/source/Probability_theory), an **exponentially modified Gaussian distribution** (**EMG**, also known as **exGaussian distribution**) describes the sum of independent [normal](/source/Normal_distribution) and [exponential](/source/Exponential_distribution) random variables. An exGaussian random variable *Z* may be expressed as *Z* = *X* + *Y*, where *X* and *Y* are independent, *X* is Gaussian with mean *μ* and variance *σ*2, and *Y* is exponential of rate *λ*. It has a characteristic positive skew from the exponential component.

It may also be regarded as a weighted function of a shifted exponential with the weight being a function of the normal distribution.

## Definition

The [probability density function](/source/Probability_density_function) (pdf) of the exponentially modified Gaussian distribution is[1]

- f ( x ; μ , σ , λ ) = λ 2 exp ⁡ [ λ 2 ( 2 μ + λ σ 2 − 2 x ) ] erfc ⁡ ( μ + λ σ 2 − x 2 σ ) , {\displaystyle f(x;\mu ,\sigma ,\lambda )={\frac {\lambda }{2}}\exp \left[{\frac {\lambda }{2}}(2\mu +\lambda \sigma ^{2}-2x)\right]\operatorname {erfc} \left({\frac {\mu +\lambda \sigma ^{2}-x}{{\sqrt {2}}\sigma }}\right),}

where erfc is the [complementary error function](/source/Complementary_error_function) defined as

- erfc ⁡ ( x ) = 1 − erf ⁡ ( x ) = 2 π ∫ x ∞ e − t 2 d t . {\displaystyle {\begin{aligned}\operatorname {erfc} (x)&=1-\operatorname {erf} (x)\\&={\frac {2}{\sqrt {\pi }}}\int _{x}^{\infty }e^{-t^{2}}\,dt.\end{aligned}}}

This density function is derived via [convolution](/source/Convolution) of the normal and [exponential](/source/Exponential_distribution) probability density functions.

## Alternative forms for computation

An alternative but equivalent form of the EMG distribution is used to describe the shape of the peak in [chromatography](/source/Chromatography).[2] This is as follows

f ( x ; h , μ , σ , τ ) = h σ τ π 2 exp ⁡ ( 1 2 ( σ τ ) 2 − x − μ τ ) erfc ⁡ ( 1 2 ( σ τ − x − μ σ ) ) , {\displaystyle f(x;h,\mu ,\sigma ,\tau )={\frac {h\sigma }{\tau }}{\sqrt {\frac {\pi }{2}}}\exp \left({\frac {1}{2}}\left({\frac {\sigma }{\tau }}\right)^{2}-{\frac {x-\mu }{\tau }}\right)\operatorname {erfc} \left({\frac {1}{\sqrt {2}}}\ \left({\frac {\sigma }{\tau }}-{\frac {x-\mu }{\sigma }}\right)\right),} 1

where

- h {\displaystyle h} is the amplitude of Gaussian,

- τ = 1 λ {\displaystyle \tau ={\frac {1}{\lambda }}} is exponent relaxation time, *τ 2 {\displaystyle \tau ^{2}}* is a variance of [exponential](/source/Exponential_distribution) probability density function.

This function cannot be calculated for some values of parameters (for example, τ = 0 {\displaystyle \tau =0} ) because of arithmetic overflow. Alternative, but equivalent form of writing the function was proposed by Delley:[3]

f ( x ; h , μ , σ , τ ) = h exp ⁡ ( − 1 2 ( x − μ σ ) 2 ) σ τ π 2 erfcx ⁡ ( 1 2 ( σ τ − x − μ σ ) ) , {\displaystyle f(x;h,\mu ,\sigma ,\tau )=h\exp \left(-{\frac {1}{2}}\left({\frac {x-\mu }{\sigma }}\right)^{2}\right){\frac {\sigma }{\tau }}{\sqrt {\frac {\pi }{2}}}\operatorname {erfcx} \left({\frac {1}{\sqrt {2}}}\ \left({\frac {\sigma }{\tau }}-{\frac {x-\mu }{\sigma }}\right)\right),} 2

where erfcx ⁡ t = exp ⁡ t 2 ⋅ erfc ⁡ t {\displaystyle \operatorname {erfcx} t=\exp t^{2}\cdot \operatorname {erfc} t} is a [scaled complementary error function](/source/Error_function)

For this formula, arithmetic overflow is also possible, but the region of overflow is different.

For very small τ, an asymptotic form of the second formula can be used, which allows evaluation for τ = 0 {\displaystyle \tau =0} :

f ( x ; h , μ , σ , τ ) = h exp ⁡ ( − 1 2 ( x − μ σ ) 2 ) 1 + ( x − μ ) τ σ 2 , {\displaystyle f(x;h,\mu ,\sigma ,\tau )={\frac {h\exp \left(-{\frac {1}{2}}\left({\frac {x-\mu }{\sigma }}\right)^{2}\right)}{1+{\frac {\left(x-\mu \right)\tau }{\sigma ^{2}}}}},} 3

A decision on formula usage can be made on the basis of the parameter z = 1 2 ( σ τ − x − μ σ ) {\displaystyle z={\frac {1}{\sqrt {2}}}\left({\frac {\sigma }{\tau }}-{\frac {x-\mu }{\sigma }}\right)} :

- for *z* < 0 computation should be made[2] according to the first formula,

- for 0 ≤ *z* ≤ 6.71·107 (in the case of [double-precision floating-point format](/source/Double-precision_floating-point_format)) according to the second formula,

- and for *z* > 6.71·107 according to the asymptotic form of the second formula.

The [Mode](/source/Mode_(statistics)) (position of apex, most probable value) can be calculated[2] using the derivative of formula 2, where the inverse of [scaled complementary error function](/source/Error_function) erfcxinv() is used. Approximate values are also proposed by Kalambet et al.[2] Though the mode is at a value higher than that of the original Gaussian, the apex is always located on the original (unmodified) Gaussian.

## Parameter estimation

There are three parameters: the [mean](/source/Mean) of the normal distribution (*μ*), the [standard deviation](/source/Standard_deviation) of the normal distribution (*σ*) and the [exponential decay](/source/Exponential_decay) parameter (*τ* = 1 / *λ*). The shape *K* = *τ* / *σ* is also sometimes used to characterise the distribution. Depending on the values of the parameters, the distribution may vary in shape from almost normal to almost exponential.

The parameters of the distribution can be estimated from the sample data with the [method of moments](/source/Method_of_moments_(statistics)) as follows:[4][5]

- m = μ + τ , {\displaystyle m=\mu +\tau ,}

- s 2 = σ 2 + τ 2 , {\displaystyle s^{2}=\sigma ^{2}+\tau ^{2},}

- γ 1 = 2 τ 3 ( σ 2 + τ 2 ) 3 / 2 , {\displaystyle \gamma _{1}={\frac {2\tau ^{3}}{(\sigma ^{2}+\tau ^{2})^{3/2}}},}

where *m* is the sample mean, *s* is the sample standard deviation, and *γ*1 is the [skewness](/source/Skewness).

Solving these for the parameters gives:

- μ ^ = m − s ( γ 1 2 ) 1 / 3 , {\displaystyle {\hat {\mu }}=m-s\left({\frac {\gamma _{1}}{2}}\right)^{1/3},}

- σ 2 ^ = s 2 [ 1 − ( γ 1 2 ) 2 / 3 ] , {\displaystyle {\hat {\sigma ^{2}}}=s^{2}\left[1-\left({\frac {\gamma _{1}}{2}}\right)^{2/3}\right],}

- τ ^ = s ( γ 1 2 ) 1 / 3 . {\displaystyle {\hat {\tau }}=s\left({\frac {\gamma _{1}}{2}}\right)^{1/3}.}

### Recommendations

Ratcliff has suggested that there be at least 100 data points in the sample before the parameter estimates should be regarded as reliable.[6] [Vincent averaging](/source/Vincent_average) may be used with smaller samples, as this procedure only modestly distorts the shape of the distribution.[7] These point estimates may be used as initial values that can be refined with more powerful methods, including a least-squares optimization, which has shown to work for the Multimodal Exponentially Modified Gaussian (MEMG) case.[8] A code implementation with analytical MEMG derivatives and an optional oscillation term for sound processing is released as part of an open-source project.[9]

### Confidence intervals

There are currently no published tables available for significance testing with this distribution. The distribution can be simulated by forming the sum of two random variables one drawn from a normal distribution and the other from an exponential.

### Skew

The value of the [nonparametric skew](/source/Nonparametric_skew)

- mean − median standard deviation {\displaystyle {\frac {{\text{mean}}-{\text{median}}}{\text{standard deviation}}}}

of this distribution lies between 0 and 0.31.[10][11] The lower limit is approached when the normal component dominates, and the upper when the exponential component dominates.

## Occurrence

The distribution is used as a theoretical model for the shape of [chromatographic](/source/Chromatography) peaks.[1][2][12] It has been proposed as a statistical model of [intermitotic time](/source/Cell_cycle) in dividing cells.[13][14] It is also used in modelling cluster ion beams.[15] It is commonly used in psychology and other brain sciences in the study of response times.[16][17][18] In a slight variant where the mean of the Normal component is set to zero, it is also used in [Stochastic Frontier Analysis](/source/Stochastic_frontier_analysis), as one of the distributional specifications for the composed error term that models inefficiency.[19] In signal processing, EMGs have been extended to the multimodal case with an optional oscillation term to represent digitized sound signals.[8]

## Related distributions

This family of distributions is a special or limiting case of the [normal-exponential-gamma distribution](/source/Normal-exponential-gamma_distribution). This can also be seen as a three-parameter generalization of a normal distribution to add skew; another distribution like that is the [skew normal distribution](/source/Skew_normal_distribution), which has thinner tails. The distribution is a [compound probability distribution](/source/Compound_probability_distribution) in which the mean of a [normal distribution](/source/Normal_distribution) varies randomly as a shifted [exponential distribution](/source/Exponential_distribution).[*[citation needed](https://en.wikipedia.org/wiki/Wikipedia:Citation_needed)*]

A *Gaussian minus exponential* distribution has been suggested for modelling option prices.[20] If such a random variable *Y* has parameters *μ*, *σ*, *λ*, then its negative *-Y* has an exponentially modified Gaussian distribution with parameters *-μ*, *σ*, *λ*, and thus *Y* has mean μ − 1 λ {\displaystyle \mu -{\tfrac {1}{\lambda }}} and variance σ 2 + 1 λ 2 {\displaystyle \sigma ^{2}+{\tfrac {1}{\lambda ^{2}}}} .

## References

1. ^ [***a***](#cite_ref-Grushka1972_1-0) [***b***](#cite_ref-Grushka1972_1-1) Grushka, Eli (1972). "Characterization of Exponentially Modified Gaussian Peaks in Chromatography". *Analytical Chemistry*. **44** (11): 1733–1738. [doi](/source/Doi_(identifier)):[10.1021/ac60319a011](https://doi.org/10.1021%2Fac60319a011). [PMID](/source/PMID_(identifier)) [22324584](https://pubmed.ncbi.nlm.nih.gov/22324584).

1. ^ [***a***](#cite_ref-Kalambet2011_2-0) [***b***](#cite_ref-Kalambet2011_2-1) [***c***](#cite_ref-Kalambet2011_2-2) [***d***](#cite_ref-Kalambet2011_2-3) [***e***](#cite_ref-Kalambet2011_2-4) Kalambet, Y.; Kozmin, Y.; Mikhailova, K.; Nagaev, I.; Tikhonov, P. (2011). "Reconstruction of chromatographic peaks using the exponentially modified Gaussian function". *Journal of Chemometrics*. **25** (7): 352. [doi](/source/Doi_(identifier)):[10.1002/cem.1343](https://doi.org/10.1002%2Fcem.1343). [S2CID](/source/S2CID_(identifier)) [121781856](https://api.semanticscholar.org/CorpusID:121781856).

1. **[^](#cite_ref-Delley1985_3-0)** Delley, R (1985). "Series for the Exponentially Modified Gaussian Peak Shape". *Anal. Chem*. **57**: 388. [doi](/source/Doi_(identifier)):[10.1021/ac00279a094](https://doi.org/10.1021%2Fac00279a094).

1. **[^](#cite_ref-google_4-0)** Dyson, N. A. (1998). [*Chromatographic Integration Methods*](https://books.google.com/books?id=x8tGby300QMC). Royal Society of Chemistry, Information Services. p. 27. [ISBN](/source/ISBN_(identifier)) [9780854045105](https://en.wikipedia.org/wiki/Special:BookSources/9780854045105). Retrieved 2015-05-15.

1. **[^](#cite_ref-Olivier2010_5-0)** Olivier J. and Norberg M. M. (2010) Positively skewed data: Revisiting the Box−Cox power transformation. Int. J. Psych. Res. 3 (1) 68−75.

1. **[^](#cite_ref-Ratcliff1979_6-0)** Ratcliff, R (1979). "Group reaction time distributions and an analysis of distribution statistics". *Psychol. Bull*. **86** (3): 446–461. [CiteSeerX](/source/CiteSeerX_(identifier)) [10.1.1.409.9863](https://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.409.9863). [doi](/source/Doi_(identifier)):[10.1037/0033-2909.86.3.446](https://doi.org/10.1037%2F0033-2909.86.3.446). [PMID](/source/PMID_(identifier)) [451109](https://pubmed.ncbi.nlm.nih.gov/451109).

1. **[^](#cite_ref-Vincent1912_7-0)** Vincent, S. B. (1912). "The functions of the vibrissae in the behaviour of the white rat". *Animal Behaviour Monographs*. **1** (5): 7–81.

1. ^ [***a***](#cite_ref-Hahne2022_8-0) [***b***](#cite_ref-Hahne2022_8-1) Hahne, Christopher (2022). "Multimodal Exponentially Modified Gaussian Oscillators". *2022 IEEE International Ultrasonics Symposium (IUS)*. pp. 1–4. [arXiv](/source/ArXiv_(identifier)):[2209.12202](https://arxiv.org/abs/2209.12202). [doi](/source/Doi_(identifier)):[10.1109/IUS54386.2022.9958253](https://doi.org/10.1109%2FIUS54386.2022.9958253). [ISBN](/source/ISBN_(identifier)) [978-1-6654-6657-8](https://en.wikipedia.org/wiki/Special:BookSources/978-1-6654-6657-8).

1. **[^](#cite_ref-MEMG_9-0)** ["MEMG on GitHub"](https://github.com/hahnec/multimodal_emg). *[GitHub](/source/GitHub)*.

1. **[^](#cite_ref-Heathcote1996_10-0)** Heathcote, A (1996). ["RTSYS: A DOS application for the analysis of reaction time data"](https://doi.org/10.3758%2Fbf03200523). *Behavior Research Methods, Instruments, & Computers*. **28** (3): 427–445. [doi](/source/Doi_(identifier)):[10.3758/bf03200523](https://doi.org/10.3758%2Fbf03200523). [hdl](/source/Hdl_(identifier)):[1959.13/28044](https://hdl.handle.net/1959.13%2F28044).

1. **[^](#cite_ref-Ulrich1994_11-0)** Ulrich, R.; Miller, J. (1994). "Effects of outlier exclusion on reaction time analysis". *J. Exp. Psych.: General*. **123** (1): 34–80. [doi](/source/Doi_(identifier)):[10.1037/0096-3445.123.1.34](https://doi.org/10.1037%2F0096-3445.123.1.34). [PMID](/source/PMID_(identifier)) [8138779](https://pubmed.ncbi.nlm.nih.gov/8138779).

1. **[^](#cite_ref-Gladney1969_12-0)** Gladney, HM; Dowden, BF; Swalen, JD (1969). "Computer-Assisted Gas-Liquid Chromatography". *Anal. Chem*. **41** (7): 883–888. [doi](/source/Doi_(identifier)):[10.1021/ac60276a013](https://doi.org/10.1021%2Fac60276a013).

1. **[^](#cite_ref-Golubev2010_13-0)** Golubev, A. (2010). "Exponentially modified Gaussian (EMG) relevance to distributions related to cell proliferation and differentiation". *Journal of Theoretical Biology*. **262** (2): 257–266. [Bibcode](/source/Bibcode_(identifier)):[2010JThBi.262..257G](https://ui.adsabs.harvard.edu/abs/2010JThBi.262..257G). [doi](/source/Doi_(identifier)):[10.1016/j.jtbi.2009.10.005](https://doi.org/10.1016%2Fj.jtbi.2009.10.005). [PMID](/source/PMID_(identifier)) [19825376](https://pubmed.ncbi.nlm.nih.gov/19825376).

1. **[^](#cite_ref-Tyson2012_14-0)** Tyson, D. R.; Garbett, S. P.; Frick, P. L.; Quaranta, V. (2012). ["Fractional proliferation: A method to deconvolve cell population dynamics from single-cell data"](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3459330). *Nature Methods*. **9** (9): 923–928. [doi](/source/Doi_(identifier)):[10.1038/nmeth.2138](https://doi.org/10.1038%2Fnmeth.2138). [PMC](/source/PMC_(identifier)) [3459330](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3459330). [PMID](/source/PMID_(identifier)) [22886092](https://pubmed.ncbi.nlm.nih.gov/22886092).

1. **[^](#cite_ref-15)** Nicolaescu, D.; Takaoka, G. H.; Ishikawa, J. (2006). "Multiparameter characterization of cluster ion beams". *Journal of Vacuum Science & Technology B: Microelectronics and Nanometer Structures*. **24** (5): 2236. [Bibcode](/source/Bibcode_(identifier)):[2006JVSTB..24.2236N](https://ui.adsabs.harvard.edu/abs/2006JVSTB..24.2236N). [doi](/source/Doi_(identifier)):[10.1116/1.2335433](https://doi.org/10.1116%2F1.2335433).

1. **[^](#cite_ref-Palmer2011_16-0)** Palmer, EM; Horowitz Todd, S; Torralba, A; [Wolfe, JM](/source/Jeremy_M._Wolfe) (2011). ["What are the shapes of response time distributions in visual search?"](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3062635). *J Exp Psychol*. **37** (1): 58–71. [doi](/source/Doi_(identifier)):[10.1037/a0020747](https://doi.org/10.1037%2Fa0020747). [PMC](/source/PMC_(identifier)) [3062635](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3062635). [PMID](/source/PMID_(identifier)) [21090905](https://pubmed.ncbi.nlm.nih.gov/21090905).

1. **[^](#cite_ref-Rohrer1994_17-0)** Rohrer, D; Wixted, JT (1994). ["An analysis of latency and interresponse time in free recall"](https://doi.org/10.3758%2FBF03198390). *Memory & Cognition*. **22** (5): 511–524. [doi](/source/Doi_(identifier)):[10.3758/BF03198390](https://doi.org/10.3758%2FBF03198390). [PMID](/source/PMID_(identifier)) [7968547](https://pubmed.ncbi.nlm.nih.gov/7968547).

1. **[^](#cite_ref-Soltanifar2021_18-0)** Soltanifar, M; Escobar, M; Dupuis, A; Schachar, R (2021). ["A Bayesian Mixture Modelling of Stop Signal Reaction Time Distributions: The Second Contextual Solution for the Problem of Aftereffects of Inhibition on SSRT Estimations"](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8391500). *Brain Sciences*. **11** (9): 1–26. [doi](/source/Doi_(identifier)):[10.3390/brainsci11081102](https://doi.org/10.3390%2Fbrainsci11081102). [PMC](/source/PMC_(identifier)) [8391500](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8391500). [PMID](/source/PMID_(identifier)) [34439721](https://pubmed.ncbi.nlm.nih.gov/34439721).

1. **[^](#cite_ref-19)** Lovell, Knox CA; S.C. Kumbhakar (2000). *Stochastic Frontier Analysis*. Cambridge University Press. pp. 80–82. [ISBN](/source/ISBN_(identifier)) [0-521-48184-8](https://en.wikipedia.org/wiki/Special:BookSources/0-521-48184-8).

1. **[^](#cite_ref-20)** Peter Carr and Dilip B. Madan, Saddlepoint Methods for Option Pricing, The Journal of Computational Finance (49–61) Volume 13/Number 1, Fall 2009

v t e Probability distributions (list) Discrete univariate with finite support Benford Bernoulli Beta-binomial Binomial Categorical Hypergeometric Negative Poisson binomial Rademacher Soliton Discrete uniform Zipf Zipf–Mandelbrot with infinite support Beta negative binomial Borel Conway–Maxwell–Poisson Discrete phase-type Delaporte Extended negative binomial Flory–Schulz Gauss–Kuzmin Geometric Logarithmic Mixed Poisson Negative binomial Panjer Parabolic fractal Poisson Skellam Yule–Simon Zeta Continuous univariate supported on a bounded interval Arcsine ARGUS Balding–Nichols Bates Beta Generalized Beta rectangular Continuous Bernoulli Continuous binomial Irwin–Hall Kumaraswamy Logit-normal Noncentral beta PERT Power function Raised cosine Reciprocal Triangular U-quadratic Uniform Wigner semicircle supported on a semi-infinite interval Benini Benktander 1st kind Benktander 2nd kind Beta prime Burr Chi Chi-squared Noncentral Inverse Scaled Dagum Davis Erlang Hyper Exponential Hyperexponential Hypoexponential Logarithmic F Noncentral Folded normal Fréchet Gamma Generalized Inverse gamma/Gompertz Gompertz Shifted Half-logistic Half-normal Hotelling's T-squared Hartman–Watson Inverse Gaussian Generalized Kolmogorov Lévy Log-Cauchy Log-Laplace Log-logistic Log-normal Log-t Lomax Matrix-exponential Maxwell–Boltzmann Maxwell–Jüttner Mittag-Leffler Nakagami Pareto Phase-type Poly-Weibull Rayleigh Relativistic Breit–Wigner Rice Truncated normal type-2 Gumbel Weibull Discrete Wilks's lambda supported on the whole real line Cauchy Exponential power Fisher's z Kaniadakis κ-Gaussian Gaussian q Generalized hyperbolic Generalized logistic (logistic-beta) Generalized normal Geometric stable Gumbel Holtsmark Hyperbolic secant Johnson's SU Landau Laplace Asymmetric Logistic Noncentral t Normal (Gaussian) Normal-inverse Gaussian Skew normal Slash Stable Student's t Tracy–Widom Variance-gamma Voigt with support whose type varies Generalized chi-squared Generalized extreme value Generalized Pareto Marchenko–Pastur Kaniadakis κ-exponential Kaniadakis κ-Gamma Kaniadakis κ-Weibull Kaniadakis κ-Logistic Kaniadakis κ-Erlang q-exponential q-Gaussian q-Weibull Shifted log-logistic Tukey lambda Mixed univariate continuous- discrete Rectified Gaussian Multivariate (joint) Discrete: Ewens Multinomial Dirichlet Negative Continuous: Dirichlet Generalized Multivariate Laplace Multivariate normal Multivariate stable Multivariate t Normal-gamma Inverse Matrix-valued: LKJ Matrix beta Matrix F Matrix normal Matrix t Matrix gamma Inverse Wishart Normal Inverse Normal-inverse Complex Uniform distribution on a Stiefel manifold Directional Univariate (circular) directional Circular uniform Univariate von Mises Wrapped normal Wrapped Cauchy Wrapped exponential Wrapped asymmetric Laplace Wrapped Lévy Bivariate (spherical) Kent Bivariate (toroidal) Bivariate von Mises Multivariate von Mises–Fisher Bingham Degenerate and singular Degenerate Dirac delta function Singular Cantor Families Circular Compound Poisson Elliptical Exponential Natural exponential Location–scale Maximum entropy Mixture Pearson Tweedie Wrapped Category Commons

---
Adapted from the Wikipedia article [Exponentially modified Gaussian distribution](https://en.wikipedia.org/wiki/Exponentially_modified_Gaussian_distribution) by Wikipedia contributors ([contributor history](https://en.wikipedia.org/wiki/Exponentially_modified_Gaussian_distribution?action=history)). Available under [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/). Changes may have been made.
