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

Add ARGUS distribution #109

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Conversation

jpwgnr
Copy link

@jpwgnr jpwgnr commented Sep 3, 2024

Following issue #104:

It is important to note here that the gammaincc function from scipy.special returns the regularized upper incomplete gamma function.
This confused me quite some time, I just multiplied now with the regular gamma function like

gammaincc(a,b)*gamma(a)

I did not use the np.logaddexp as I am not sure what to do with it.
Feel free to fix it or tell me how to.
The current version works and returns the expected results based on the comparison with the scipy implementation with c=1 and p=0.5.

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

Successfully merging this pull request may close these issues.

1 participant