View source on GitHub |
Computes exponentially scaled modified Bessel function of the 2nd kind.
tfp.math.bessel_kve(
v, z, name=None
)
Used in the notebooks
Used in the tutorials |
---|
This function computes Kve
which is an exponentially scaled version
of the modified Bessel function of the first kind.
Kve(v, z) = Kv(v, z) * exp(abs(z))
Returns | |
---|---|
bessel_kve
|
Exponentially modified Bessel Function of the 2nd kind. |