![]() |
Computes Regularized Incomplete Beta element-wise.
tfp.substrates.jax.math.betainc(
a, b, x, name=None
)
Args | |
---|---|
a
|
|
b
|
|
x
|
A Tensor with type float32 or float64 .
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
betainc
|
dawsn evaluated at x . A Tensor with the same shape and same
dtype as x .
|