Log of modified_bessel_first_kind

I am working on a custom pdf that uses {\displaystyle {}_{1}F_{1}(a,2a,x)} that can be represented in terms of Bessel Functions as follows

{\displaystyle {}_{1}F_{1}(a,2a,x)=e^{x/2}\,{}_{0}F_{1}\left(;a+{\tfrac {1}{2}};{\tfrac {x^{2}}{16}}\right)=e^{x/2}\left({\tfrac {x}{4}}\right)^{1/2-a}\Gamma \left(a+{\tfrac {1}{2}}\right)I_{a-1/2}\left({\tfrac {x}{2}}\right).}

The current Stan implementation of the Bessel function does not accept non-integer orders.
Ideally, I would have used the {\displaystyle {}_{1}F_{1}} directly, but the function is currently not available in stan either.

Is there a possibility of having this function for users in the near future?

1 Like