{ } Raw JSON

bundles / scipy latest / scipy / stats / _continuous_distns / nct_gen

class

scipy.stats._continuous_distns:nct_gen

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

Signature

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

Members

Summary

A non-central Student's t continuous random variable.

Extended Summary

%(before_notes)s

Notes

If is a standard normal random variable and is an independent chi-square random variable (chi2) with degrees of freedom, then

has a non-central Student's t distribution on the real line. The degrees of freedom parameter (denoted df in the implementation) satisfies and the noncentrality parameter (denoted nc in the implementation) is a real number.

This distribution uses routines from the Boost Math C++ library for the computation of the pdf, cdf, ppf, sf and isf methods. [1]

%(after_notes)s

Aliases

  • scipy.stats._continuous_distns.nct_gen