bundles / scipy latest / docs
Doc
Jones and Faddy Skew-T Distribution
docs/tutorial:stats:continuous_jf_skew_t
A skew extension of the t distribution, defined for and .
where , is the beta function scipy.special.beta and the formula for the moments holds provided that and .
When , the distribution is negatively skewed, and when , the distribution is positively skewed. If , then we recover the t distribution with degrees of freedom.
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.
10.1111/1467-9868.00378
Implementation: scipy.stats.jf_skew_t