View source on GitHub |
Computes exponentially scaled modified Bessel function of the first kind.
tfp.math.bessel_ive(
v, z, name=None
)
Used in the notebooks
Used in the tutorials |
---|
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. |