View source on GitHub |
Computes the regularized incomplete beta function element-wise.
tfp.substrates.numpy.math.betainc(
a, b, x, name=None
)
Returns | |
---|---|
betainc
|
Floating-point Tensor, the regularized incomplete beta function computed element-wise. |