tensorflow::ops::Betainc
#include <math_ops.h>
Compute the regularized incomplete beta integral Ix(a,b).
Summary
The regularized incomplete beta integral is defined as:
Ix(a,b)=B(x;a,b)B(a,b)
where
B(x;a,b)=∫x0ta−1(1−t)b−1dt
is the incomplete beta function and B(a,b) is the complete beta function.
Args:
- scope: A Scope object
Returns:
Output
: The z tensor.
Constructors and Destructors |
|
---|---|
Betainc(const ::tensorflow::Scope & scope, ::tensorflow::Input a, ::tensorflow::Input b, ::tensorflow::Input x)
|
Public functions |
|
---|---|
node() const
|
::tensorflow::Node *
|
operator::tensorflow::Input() const
|
|
operator::tensorflow::Output() const
|
|
Public attributes
operation
Operation operation
z
::tensorflow::Output z
Public functions
Betainc
Betainc( const ::tensorflow::Scope & scope, ::tensorflow::Input a, ::tensorflow::Input b, ::tensorflow::Input x )
node
::tensorflow::Node * node() const
operator::tensorflow::Input
operator::tensorflow::Input() const
operator::tensorflow::Output
operator::tensorflow::Output() const