Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module « scipy.special »

Fonction nctdtrit - module scipy.special

Signature de la fonction nctdtrit

Description

nctdtrit.__doc__

nctdtrit(x1, x2, x3, /, out=None, *, where=True, casting='same_kind', order='K', dtype=None, subok=True[, signature, extobj])

nctdtrit(df, nc, p)

Inverse cumulative distribution function of the non-central t distribution.

See `nctdtr` for more details.

Parameters
----------
df : array_like
    Degrees of freedom of the distribution. Should be in range (0, inf).
nc : array_like
    Noncentrality parameter. Should be in range (-1e6, 1e6).
p : array_like
    CDF values, in range (0, 1].