テンソルフロー::作戦::ベタインク

#include <math_ops.h>

正規化された不完全ベータ積分 \(I_x(a, b)\)を計算します。

まとめ

正規化された不完全ベータ積分は次のように定義されます。

\(I_x(a, b) = {B(x; a, b)}{B(a, b)}\)

どこ

\(B(x; a, b) = ^x t^{a-1} (1 - t)^{b-1} dt\)

は不完全なベータ関数であり、 \(B(a, b)\) は完全なベータ関数です。

引数:

戻り値:

コンストラクターとデストラクター

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

パブリック属性

operation
z

公共機能

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

パブリック属性

手術

Operation operation

z

::tensorflow::Output z

公共機能

ベタインク

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

ノード

::tensorflow::Node * node() const 

演算子::tensorflow::入力

 operator::tensorflow::Input() const 

演算子::tensorflow::出力

 operator::tensorflow::Output() const