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 :

Vous êtes un professionnel et vous avez besoin d'une formation ? Coder avec une
Intelligence Artificielle
Voir le programme détaillé
Module « scipy.special »

Fonction chndtrix - module scipy.special

Signature de la fonction chndtrix

def chndtrix(*args, **kwargs) 

Description

help(scipy.special.chndtrix)

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

chndtrix(p, df, nc, out=None)

Inverse to `chndtr` vs `x`

Calculated using a search to find a value for `x` that produces the
desired value of `p`.

Parameters
----------
p : array_like
    Probability; must satisfy ``0 <= p < 1``
df : array_like
    Degrees of freedom; must satisfy ``df > 0``
nc : array_like
    Non-centrality parameter; must satisfy ``nc >= 0``
out : ndarray, optional
    Optional output array for the function results

Returns
-------
x : scalar or ndarray
    Value so that the probability a non-central Chi square random variable
    with `df` degrees of freedom and non-centrality, `nc`, is greater than
    `x` equals `p`.

See Also
--------
chndtr, chndtridf, chndtrinc


Vous êtes un professionnel et vous avez besoin d'une formation ? Mise en oeuvre d'IHM
avec Qt et PySide6
Voir le programme détaillé