View source on GitHub |
Computes the inverse of tfp.math.betainc
with respect to x
.
tfp.substrates.numpy.math.betaincinv(
a, b, y, name=None
)
This function returns a value x
such that y = tfp.math.betainc(a, b, x)
.
Returns | |
---|---|
betaincinv
|
Floating-point Tensor, inverse of the regularized incomplete beta function computed element-wise. |