bundles / scipy 1.17.1 / scipy / stats / _continuous_distns / f_gen
class
scipy.stats._continuous_distns:f_gen
Signature
class f_gen ( momtype = 1 , a = None , b = None , xtol = 1e-14 , badvalue = None , name = None , longname = None , shapes = None , seed = None ) Members
Summary
An F continuous random variable.
Extended Summary
For the noncentral F distribution, see ncf.
%(before_notes)s
Notes
The F distribution with and degrees of freedom is the distribution of the ratio of two independent chi-squared distributions with and degrees of freedom, after rescaling by .
The probability density function for f is:
for .
f accepts shape parameters dfn and dfd for , the degrees of freedom of the chi-squared distribution in the numerator, and , the degrees of freedom of the chi-squared distribution in the denominator, respectively.
%(after_notes)s
%(example)s
See also
- ncf
Aliases
-
scipy.stats._continuous_distns.f_gen