tensorflow :: opérations :: Igammac
#include <math_ops.h>
Calculez la fonction Gamma incomplète régularisée supérieure Q(a, x)
.
Résumé
La fonction Gamma incomplète régularisée supérieure est définie comme:
\(Q(a, x) = Gamma(a, x) / Gamma(a) = 1 - P(a, x)\)
où
\(Gamma(a, x) = int_{x}^{} t^{a-1} exp(-t) dt\)
est la fonction Gama incomplète supérieure.
Remarquez Igamma
dessus de P(a, x)
( Igamma
) se trouve la fonction Gamma complète régularisée inférieure.
Arguments:
- scope: un objet Scope
Retour:
-
Output
: le tenseur z.
Constructeurs et destructeurs | |
---|---|
Igammac (const :: tensorflow::Scope & scope, :: tensorflow::Input a, :: tensorflow::Input x) |
Attributs publics | |
---|---|
operation | |
z |
Fonctions publiques | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Attributs publics
opération
Operation operation
z
::tensorflow::Output z
Fonctions publiques
Igammac
Igammac( const ::tensorflow::Scope & scope, ::tensorflow::Input a, ::tensorflow::Input x )
nœud
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const