I am trying to compute modified Bessel functions of nonnegative even integer orders but with negative argument in R. However, I am drawing a blank, because the function as coded in R says it only holds for nonnegative arguments. My arguments are real, say $\mathbb{I}_{2j}(-0.24)$ and I wonder if there is a formula to get them from other values.
Asked
Active
Viewed 67 times
0
-
https://dlmf.nist.gov/10.74 and use the fact that $I_{2n}$ is even. – A rural reader Sep 03 '23 at 23:11
-
Excellent, thank you! Can you please put this up as an answer so that I may accept it. – user3236841 Sep 03 '23 at 23:20
1 Answers
0
As mentioned by A rural reader, the solution is indeed in dlmf.nist.gov/10.74 and uses the fact that $\mathbb{I}_{2n}$ is even.
user3236841
- 255
- 1
- 8