tensorflow:: אופס:: איגמא

#include <math_ops.h>

חשב את פונקציית הגמא הבלתי-שלמה המוסדרת הנמוכה יותר P(a, x) .

סיכום

פונקציית הגמא הבלתי-שלמה המוסדרת הנמוכה יותר מוגדרת כ:

\(P(a, x) = gamma(a, x) / Gamma(a) = 1 - Q(a, x)\)

איפה

\(gamma(a, x) = \int_{0}^{x} t^{a-1} exp(-t) dt\)

היא פונקציית Gamma הבלתי שלמה.

שימו לב, למעלה Q(a, x) ( Igammac ) היא פונקציית הגמא השלמה המוסדרת העליונה.

טיעונים:

  • scope: אובייקט Scope

החזרות:

בנאים והורסים

Igamma (const :: tensorflow::Scope & scope, :: tensorflow::Input a, :: tensorflow::Input x)

תכונות ציבוריות

operation
z

תפקידים ציבוריים

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

תכונות ציבוריות

מבצע

Operation operation

ז

::tensorflow::Output z

תפקידים ציבוריים

איגמא

 Igamma(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input a,
  ::tensorflow::Input x
)

צוֹמֶת

::tensorflow::Node * node() const 

מפעיל::tensorflow::קלט

 operator::tensorflow::Input() const 

אופרטור::tensorflow::פלט

 operator::tensorflow::Output() const