View source on GitHub |
Computes exponentially scaled modified Bessel function of the first kind.
tfp.substrates.jax.math.bessel_ive(
v, z, name=None
)
This function computes Ive
, which is an exponentially scaled version
of the modified Bessel function of the first kind.
Ive(v, z) = Iv(v, z) * exp(-abs(z))
Returns | |
---|---|
bessel_ive
|
Exponentially modified Bessel Function of the first kind. |