টেনসরফ্লো :: অপস:: ইগাম্যাক
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
#include <math_ops.h>
উপরের নিয়মিতকৃত অসম্পূর্ণ গামা ফাংশন Q(a, x)
গণনা করুন।
সারাংশ
উপরের নিয়মিতকৃত অসম্পূর্ণ গামা ফাংশনটি সংজ্ঞায়িত করা হয়েছে:
Q(a,x)=Gamma(a,x)/Gamma(a)=1−P(a,x)
যেখানে
Gamma(a,x)=intxta−1exp(−t)dt
উপরের অসম্পূর্ণ গামা ফাংশন।
উল্লেখ্য, উপরের P(a, x)
( Igamma
) হল নিম্নতর নিয়মিতকৃত সম্পূর্ণ গামা ফাংশন।
যুক্তি:
- স্কোপ: একটি স্কোপ অবজেক্ট
রিটার্ন:
-
Output
: z টেনসর।
কনস্ট্রাক্টর এবং ডেস্ট্রাক্টর | |
---|---|
Igammac (const :: tensorflow::Scope & scope, :: tensorflow::Input a, :: tensorflow::Input x) |
পাবলিক ফাংশন | |
---|---|
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