tensorflow :: opérations :: Betainc
#include <math_ops.h>
Calculez l'intégrale bêta incomplète régularisée \(I_x(a, b)\).
Résumé
L'intégrale bêta incomplète régularisée est définie comme:
\(I_x(a, b) = {B(x; a, b)}{B(a, b)}\)
où
\(B(x; a, b) = ^x t^{a-1} (1 - t)^{b-1} dt\)
est la fonction bêta incomplète et \(B(a, b)\) est la fonction bêta complète .
Arguments:
- scope: un objet Scope
Retour:
-
Output
: le tenseur z.
Constructeurs et destructeurs | |
---|---|
Betainc (const :: tensorflow::Scope & scope, :: tensorflow::Input a, :: tensorflow::Input b, :: 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
Betainc
Betainc( const ::tensorflow::Scope & scope, ::tensorflow::Input a, ::tensorflow::Input b, ::tensorflow::Input x )
nœud
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const