[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-11-21 UTC."],[],[],null,["# tfp.math.log_bessel_ive\n\n\u003cbr /\u003e\n\n|------------------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/probability/blob/v0.23.0/tensorflow_probability/python/math/bessel.py#L1193-L1219) |\n\nComputes `log(tfp.math.bessel_ive(v, z))`. \n\n tfp.math.log_bessel_ive(\n v, z, name=None\n )\n\nThis function is a more numerically stable version of\n`log(tfp.math.bessel_ive(v, z))`, along with more numerically stable\ngradients.\n| **Warning:** Gradients with respect to the first parameter `v` are currently not defined.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Args ---- ||\n|--------|-----------------------------------------------------------------------------------------------------------------------------------------------------|\n| `v` | Floating-point `Tensor` broadcastable with `z` for which `log(Ive(v, z))` should be computed. `v` is expected to be non-negative. |\n| `z` | Floating-point `Tensor` broadcastable with `v` for which `log(Ive(v, z))` should be computed. If `z` is negative, `v` is expected to be an integer. |\n| `name` | A name for the operation (optional). Default value: `None` (i.e., 'log_bessel_ive'). |\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ------- ||\n|------------------|------------------------------------------------------------------|\n| `log_bessel_ive` | Log of Exponentially modified Bessel Function of the first kind. |\n\n\u003cbr /\u003e"]]