{ } Raw JSON

bundles / scipy 1.17.1 / scipy / stats / _continuous_distns / t_gen

class

scipy.stats._continuous_distns:t_gen

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

Signature

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

Members

Summary

A Student's t continuous random variable.

Extended Summary

For the noncentral t distribution, see nct.

%(before_notes)s

Notes

The probability density function for t is:

where is a real number and the degrees of freedom parameter (denoted df in the implementation) satisfies . is the gamma function (scipy.special.gamma).

%(after_notes)s

%(example)s

See also

nct

Aliases

  • scipy.stats._continuous_distns.t_gen