Have a Question?
Phone: +1 (888) 427-9486
+1 (312) 324-0367
Fax: +1 (312) 238-9092
Contact Us
GED_XKURT (Pro.)
| Attachment | Size | |
|---|---|---|
| GED_XKURT.xlsx |
Calculates the excess kurtosis of the generalized error distribution (GEDi).
Syntax
GED_XKURT(V)
V
is the shape parameter (or degrees of freedom) of the distribution (V > 1).
Remarks
- The generalized error distribution is also known as the exponential power distribution.
- The probability density function of the GED is defined as:
![\[ pdf(x)= \frac{e^{-\left |x \right |^\nu}}{2\Gamma(1+\frac{1}{\nu})} \]](/sites/all/files/tex/6099053d180eb16f91b65f91e1d2adc44f1829eb.png)
Where:
-
is the shape parameter (or degrees of freedom).
-
- The excess-kurtosis for GED(v) is defined as:
![\[ \gamma_2= \frac{\Gamma (\frac{1}{\nu})\Gamma(\frac{5}{\nu})}{\Gamma(\frac{3}{\nu})^2}-3 \]](/sites/all/files/tex/4ee48c922d49bacdb1204d5f43cf04f212ba2c82.png)
Where:
-
is the gamma function.
-
is the shape parameter.
-
- IMPORTANTThe GED excess kurtosis is only defined for shape parameters (degrees of freedom) greater than one.
- Special Cases:
-
GED becomes a normal distribution.
-
GED approaches uniform distribution.
![\[ \lim_{\nu \to \infty} \gamma_2(\nu) = -1.2 \]](/sites/all/files/tex/4da24db2fcaf393eb96ff1479b3b8bccb9083d4c.png)
-
GED exhibits the highest excess-kurtosis (3).
![\[ \lim_{\nu \to 1^+}\gamma_2(\nu)=3 \]](/sites/all/files/tex/82bce8c0f8abcb28bc32ef2c921a1208711baab6.png)
-
Examples
GED_XKURT Plot

Example 1:
| A | B | |
|---|---|---|
| 1 | Formula | Description (Result) |
| 2 | =GED_XKURT(2) | GED(2) is Normal distribution (0.000) |
| 3 | =GED_XKURT(1.0001) | Maximum excess kurtosis of a GED is 3.0 (3.000) |
| 4 | =GED_XKURT(100) | GED approaches uniform distribution for v >> 1 (-1.199) |
References
- Balakrishnan, N., Exponential Distribution: Theory, Methods and Applications, CRC, P 18 1996.
