টেনসরফ্লো :: অপস:: ইগাম্যাক

#include <math_ops.h>

উপরের নিয়মিতকৃত অসম্পূর্ণ গামা ফাংশন Q(a, x) গণনা করুন।

সারসংক্ষেপ

উপরের নিয়মিতকৃত অসম্পূর্ণ গামা ফাংশনটি সংজ্ঞায়িত করা হয়েছে:

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

কোথায়

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

উপরের অসম্পূর্ণ গামা ফাংশন।

উল্লেখ্য, উপরের P(a, x) ( Igamma ) হল নিম্নতর নিয়মিতকৃত সম্পূর্ণ গামা ফাংশন।

যুক্তি:

রিটার্ন:

  • Output : z টেনসর।

কনস্ট্রাক্টর এবং ডেস্ট্রাক্টর

Igammac (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

পাবলিক ফাংশন

ইগাম্যাক

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

নোড

::tensorflow::Node * node() const 

অপারেটর::টেনসরফ্লো::ইনপুট

 operator::tensorflow::Input() const 

অপারেটর::টেনসরফ্লো::আউটপুট

 operator::tensorflow::Output() const