tfp.math.betainc

Computes the regularized incomplete beta function element-wise.

a Floating-point Tensor. Must be broadcastable with b and x.
b Floating-point Tensor. Must be broadcastable with a and x.
x Floating-point Tensor. Must be broadcastable with a and b.
name A name for the operation (optional).

betainc Floating-point Tensor, the regularized incomplete beta function computed element-wise.