{ } Raw JSON

bundles / scipy 1.17.1 / scipy / stats / _continuous_distns / jf_skew_t_gen

class

scipy.stats._continuous_distns:jf_skew_t_gen

source: /scipy/stats/_continuous_distns.py :5688

Signature

class   jf_skew_t_gen ( momtype = 1 a = None b = None xtol = 1e-14 badvalue = None name = None longname = None shapes = None seed = None )

Members

Summary

Jones and Faddy skew-t distribution.

Extended Summary

%(before_notes)s

Notes

The probability density function for jf_skew_t is:

for real numbers and , where , and denotes the beta function (scipy.special.beta).

When , the distribution is negatively skewed, and when , the distribution is positively skewed. If , then we recover the t distribution with degrees of freedom.

jf_skew_t takes and as shape parameters.

%(after_notes)s

Aliases

  • scipy.stats._continuous_distns.jf_skew_t_gen