Английская Википедия:Exponentially modified Gaussian distribution

Материал из Онлайн справочника
Перейти к навигацииПерейти к поиску

Шаблон:Short description Шаблон:Probability distribution\right) + \frac{\sigma^2}{\tau}</math> <math>f(x_m)=h\exp \left( -\frac {1}{2} \left( \frac {\mu-x_m}{\sigma} \right)^2\right) </math>|

 variance   =<math>\sigma^2 + 1/\lambda^2</math>|
 skewness   =<math>\frac{2}{\sigma^3 \lambda^3} \left(  1 + \frac{1}{\sigma^2 \lambda^2}  \right)^{-3/2}</math>|
 kurtosis   =<math>\frac{3 (1 + \frac{2}{\sigma^2 \lambda^2} + \frac{3}{\lambda^4 \sigma^4})}{\left( 1 + \frac{1}{\lambda^2 \sigma^2} \right)^2  } - 3</math>|
 entropy    =|
 mgf        = <math>\left(1 - \frac{t}{\lambda}\right)^{-1}\,\exp \left( \mu t + \frac{1}{2}\sigma^2 t^2 \right)</math>|
 cf         = <math>\left(1 - \frac{it}{\lambda}\right)^{-1}\,\exp \left( i\mu t - \frac{1}{2}\sigma^2 t^2 \right)</math>|

}}

In probability theory, an exponentially modified Gaussian distribution (EMG, also known as exGaussian distribution) describes the sum of independent normal and exponential 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 (pdf) of the exponentially modified normal distribution is[1]

<math>f(x;\mu,\sigma,\lambda) = \frac{\lambda}{2} e^{\frac{\lambda}{2} (2 \mu + \lambda \sigma^2 - 2 x)}
            \operatorname{erfc} \left(\frac{\mu + \lambda \sigma^2 - x}{ \sqrt{2} \sigma}\right),

</math>

where erfc is the complementary error function defined as

<math>\begin{align}
            \operatorname{erfc}(x) & = 1-\operatorname{erf}(x) \\
                                   & = \frac{2}{\sqrt{\pi}} \int_x^\infty e^{-t^2}\,dt.
      \end{align}</math>

This density function is derived via convolution of the normal and exponential probability density functions.

Alternative forms for computation

An alternative but equivalent form of the EMG distribution is used for description of peak shape in chromatography.[2] This is as follows

Шаблон:NumBlk\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 ) , </math>|Шаблон:EquationRef}}

where

<math>h</math> is the amplitude of Gaussian,
<math id="1">\tau=\frac{1}{\lambda}</math> is exponent relaxation time, <math>\tau^2</math> is a variance of exponential probability density function.

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

Шаблон:NumBlk\operatorname{erfcx} \left( \frac {1}{\sqrt{2}}\ \left( \frac {\sigma}{\tau} - \frac {x-\mu}{\sigma} \right) \right ) , </math>|Шаблон:EquationRef}}

where <math> \operatorname{erfcx} t = \exp t^2 \cdot \operatorname{erfc} t</math> is a scaled complementary error function

In the case of this formula arithmetic overflow is also possible, region of overflow is different from the first formula, except for very small τ.

For small τ it is reasonable to use asymptotic form of the second formula:

Шаблон:NumBlk, </math>|Шаблон:EquationRef}}

Decision on formula usage is made on the basis of the parameter <math>z = \frac{1}{\sqrt{2}}\left(\frac{\sigma}{\tau} - \frac{x - \mu}{\sigma}\right)</math>:

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) according to the second formula,
and for z > 6.71·107 according to the third formula.

Mode (position of apex, most probable value) is calculated[2] using derivative of formula 2; the inverse of scaled complementary error function erfcxinv() is used for calculation. 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 of the normal distribution (μ), the standard deviation of the normal distribution (σ) and the 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 as follows:[4][5]

<math>m = \mu + \tau, </math>
<math>s^2 = \sigma^2 + \tau^2, </math>
<math>\gamma_1 = \frac{2\tau^3}{(\sigma^2 + \tau^2)^{3/2}}, </math>

where m is the sample mean, s is the sample standard deviation, and γ1 is the skewness.

Solving these for the parameters gives:

<math>\hat\mu = m - s \left( \frac{\gamma_1}{2} \right)^{1/3},</math>
<math>\hat{\sigma^2} = s^2 \left[ 1 - \left( \frac{\gamma_1}{2} \right)^{2/3} \right],</math>
<math>\hat\tau = s \left( \frac{\gamma_1}{2} \right)^{1/3}.</math>

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 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

<math> \frac{\text{mean} - \text{median}}{\text{standard deviation}} </math>

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 peaks.[1][2][12] It has been proposed as a statistical model of intermitotic time 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, 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. 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, which has thinner tails. The distribution is a compound probability distribution in which the mean of a normal distribution varies randomly as a shifted exponential distribution.Шаблон:Cn

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 <math>\mu - \tfrac{1}{\lambda}</math> and variance <math>\sigma^2 + \tfrac{1}{\lambda^2}</math>.

References

  1. 1,0 1,1 Шаблон:Cite journal
  2. 2,0 2,1 2,2 2,3 2,4 Шаблон:Cite journal
  3. Шаблон:Cite journal
  4. Шаблон:Cite book
  5. Olivier J. and Norberg M. M. (2010) Positively skewed data: Revisiting the Box−Cox power transformation. Int. J. Psych. Res. 3 (1) 68−75.
  6. Шаблон:Cite journal
  7. Шаблон:Cite journal
  8. 8,0 8,1 Шаблон:Cite journal
  9. Шаблон:Cite web
  10. Шаблон:Cite journal
  11. Шаблон:Cite journal
  12. Шаблон:Cite journal
  13. Шаблон:Cite journal
  14. Шаблон:Cite journal
  15. Шаблон:Cite journal
  16. Шаблон:Cite journal
  17. Шаблон:Cite journal
  18. Шаблон:Cite journal
  19. Шаблон:Cite book
  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

Шаблон:ProbDistributions