เทนเซอร์โฟลว์:: ปฏิบัติการ:: อิแกมมา

#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\)

คือฟังก์ชันแกมม่าที่ไม่สมบูรณ์ส่วนล่าง

หมายเหตุ เหนือ Q(a, x) ( Igammac ) คือฟังก์ชันแกมมาที่สมบูรณ์ที่ทำให้เป็นมาตรฐานด้านบน

ข้อโต้แย้ง:

ผลตอบแทน:

  • Output : z เทนเซอร์

ตัวสร้างและผู้ทำลาย

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

z

::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