Skew-Student’s t Distribution#
Univariate, Continuous, Asymmetric, Unbounded, Heavy-tailed
The skew-Student’s t distribution is a continuous probability distribution that generalizes the Student’s t distribution by allowing for non-zero skewness. It is used in various fields when data is skewed and has heavy tails.
There are several definitions of the skew-Student’s t distribution. Here, we use the definition proposed by Jones and Faddy (2003) that is defined in terms of four parameters: the location parameter (\(\mu\)), the scale parameter (\(\sigma\)), and two shape parameters (\(a\) and \(b\)).
Key properties and parameters#
Support |
\(x \in \mathbb{R}\) |
Mean |
\(\mu + \sigma\frac{(a-b) \sqrt{(a+b)}}{2}\frac{\Gamma\left (a-\frac{1}{2}\right)\Gamma\left(b-\frac{1}{2}\right)}{\Gamma(a) \Gamma(b)}\) |
Variance |
\(\sigma^2\left(1 + \frac{\Gamma\left(a-\frac{1}{2}\right)\Gamma\left(b-\frac{1}{2}\right)}{\Gamma(a)\Gamma(b)} - \left(\frac{\Gamma\left(a-\frac{1}{2}\right)\Gamma\left(b-\frac{1}{2}\right)}{\Gamma(a)\Gamma(b)}\right)^2\right)\) |
Parameters:
\(\mu\) : (float) Location parameter.
\(\sigma\) : (float) Scale parameter.
\(a\) : (float) Shape parameter.
\(b\) : (float) Shape parameter.
Alternative parametrization
The Skew-Student’s t distribution has two alternative parameterizations. In terms of \(\mu\), \(\sigma\), \(a\) and \(b\), or in terms of \(\mu\), \(\lambda\), \(a\) and \(b\).
The link between the two parameterizations is given by:
If \(a > b\), the skew-Student’s t distribution is positively skewed (skewed to the right). If \(a < b\), the skew-Student’s t distribution is negatively skewed (skewed to the left). If \(a = b\), the skew-Student’s t distribution reduces to the Student’s t distribution with \(\nu = 2a\).
The parameter \(\sigma\) convergences to the standard deviation and \(\lambda\) converges to the precision as \(a\) and \(b\) approach close, and the value of \(a\) gets larger.
Probability Density Function (PDF)#
Where \(C_{a, b}\) is the normalizing constant given by:
and \(B(a, b)\) is the Beta function.
Cumulative Distribution Function (CDF)#
where \(I_x(a, b)\) is the regularized incomplete beta function.
See also
Common Alternatives:
Student’s t Distribution - The parent distribution of the skew-Student’s t distribution. Less flexible than the skew-Student’s t distribution.
Related Distributions:
Skew-Normal Distribution - A related distribution that generalizes the normal distribution by introducing a skewness parameter, but has lighter tails than the skew-Student’s t distribution.
References:#
M.C. Jones and M.J. Faddy. “A skew extension of the t distribution, with applications” Journal of the Royal Statistical Society, Series B (Statistical Methodology) 65, no. 1 (2003): 159-174. DOI:10.1111/1467-9868.00378