tensorflow :: ops :: Igammac
#include <math_ops.h>
Üst düzenlenmiş tamamlanmamış Gama işlevi Q(a, x)
hesaplayın.
Özet
Üst düzenlenmiş tamamlanmamış Gama işlevi şu şekilde tanımlanır:
\(Q(a, x) = Gamma(a, x) / Gamma(a) = 1 - P(a, x)\)
nerede
\(Gamma(a, x) = int_{x}^{} t^{a-1} exp(-t) dt\)
eksik üst Gama işlevidir.
Not, yukarıdaki P(a, x)
( Igamma
) 'nın daha düşük düzenlenmiş tam Gama işlevi olduğuna dikkat edin.
Argümanlar:
- kapsam: Bir Scope nesnesi
İadeler:
-
Output
: z tensörü.
Yapıcılar ve Yıkıcılar | |
---|---|
Igammac (const :: tensorflow::Scope & scope, :: tensorflow::Input a, :: tensorflow::Input x) |
Genel özellikler | |
---|---|
operation | |
z |
Kamusal işlevler | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Genel özellikler
operasyon
Operation operation
z
::tensorflow::Output z
Kamusal işlevler
Igammac
Igammac( const ::tensorflow::Scope & scope, ::tensorflow::Input a, ::tensorflow::Input x )
düğüm
::tensorflow::Node * node() const
operator :: tensorflow :: Girdi
operator::tensorflow::Input() const
operator :: tensorflow :: Çıktı
operator::tensorflow::Output() const