Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regularized Kumer Functions? #448

Open
Li-shiyue opened this issue Sep 25, 2023 · 1 comment
Open

Regularized Kumer Functions? #448

Li-shiyue opened this issue Sep 25, 2023 · 1 comment

Comments

@Li-shiyue
Copy link

Can I define a Regularized Kumer Hypergeometric Functions by SpecialFunctions.jl??

@MartinMikkelsen
Copy link

Not sure what you are looking for but if you are looking for Kummer's function, also given by the confluent hypergeometric function of the first kind, given by

$${}_1 F_1(a,b,z) = \sum_{k=0}^{\infty} \frac{(a)_k z^k}{(b)_k k!},$$

you might want to look at either HypergeometricFunctions.jl for a general implementation or FewSpecialFunctions.jl for ${}_1 F_1(a,b,z)$. If you want to implement your own function with some regularization you can look at the numerical implementation used here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants