{ } Raw JSON

bundles / scipy 1.17.1 / scipy / stats / _continuous_distns / ncf_gen

class

scipy.stats._continuous_distns:ncf_gen

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

Signature

class   ncf_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 F distribution continuous random variable.

Extended Summary

%(before_notes)s

Notes

The probability density function for ncf is:

for , . Here is the degrees of freedom in the numerator, the degrees of freedom in the denominator, the non-centrality parameter, is the logarithm of the Gamma function, is a generalized Laguerre polynomial and is the beta function.

ncf takes dfn, dfd and nc as shape parameters. If nc=0, the distribution becomes equivalent to the Fisher distribution.

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

%(after_notes)s

See also

scipy.stats.f

Fisher distribution

Aliases

  • scipy.stats._continuous_distns.ncf_gen