Have a Question?
Phone: +1 (888) 427-9486
+1 (312) 324-0367
Fax: +1 (312) 238-9092
Contact Us
TDIST_XKURT (Pro.)
| Attachment | Size | |
|---|---|---|
| TDIST_XKURT.xlsx |
Calculates the excess kurtosis of the Student's t-Distribution.
Syntax
TDIST_XKURT(v)
v
is the degrees of freedom of the Student's t-Distribution (v > 4).
Remarks
- The probability density function of the Student's t-Distribution is defined as:
![\[ f(t) = \frac{\Gamma(\frac{\nu+1}{2})} {\sqrt{\nu\pi}\,\Gamma(\frac{\nu}{2})} \left(1+\frac{t^2}{\nu} \right)^{-(\nu+1)/2} \]](/sites/all/files/tex/0894866337bc92076581202c0688acec6e2ba031.png)
Where:
-
is the gamma function.
-
is the degrees of freedom (i.e. shape parameter).
-
- The excess kurtosis of t-Distribution is defined as:
![\[ \gamma_2= \frac{6}{\nu-4} \]](/sites/all/files/tex/716d241bbab793af6b5669d6da6632968d9cd5e3.png)
Where:
-
is the degrees of freedom.
-
- IMPORTANT The Student's t-Distribution kurtosis is only defined for degrees of freedom values greater than 4.
- Special Cases:
-
Examples
TDIST_XKURT Plot

Example 1:
| A | B | |
|---|---|---|
| 1 | Formula | Description (Result) |
| 2 | =TDIST_XKURT(5) | Excess kurtosis with 5 degrees of freedom (6.000) |
| 3 | =TDIST_XKURT(100) | Student t-dist approaches Normality as v >> 1 (0.063) |
| 4 | =TDIST_XKURT(4.002) | Excess kurtosis increases as v approaches 4 (3000.000) |
References
- K.L. Lange, R.J.A. Little and J.M.G. Taylor. "Robust Statistical Modeling Using the t Distribution." Journal of the American Statistical Association 84, 881-896, 1989
External Links
- Financial Dictionary - Excess kurtosis
- Wikipedia - Excess kurtosis
- Wikipedia - Student's t-distribution
- Hurst, Simon, The Characteristic Function of the Student-t Distribution
, Financial Mathematics Research Report No. FMRR006-95, Statistics Research Report No. SRR044-95

![\[ \lim_{\nu\to 4^+}\gamma_2(\nu)=+\infty \]](/sites/all/files/tex/dd701592122b59ae7d33be50f10f1b26edd0b6e7.png)
![\[ \lim_{\nu\to +\infty}\gamma_2(\nu)=0 \]](/sites/all/files/tex/123add39d6b19b0d4a455508c8dffa3bcb60eb02.png)