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

Fix expon and trunc_expon #87

Merged
merged 2 commits into from
Dec 3, 2023
Merged

Fix expon and trunc_expon #87

merged 2 commits into from
Dec 3, 2023

Conversation

HDembinski
Copy link
Owner

Closes #83

expon.pdf was not returning 0 below loc. After this was fixed, a related bug in truncexpon was found and fixed.

Both distributions worked correctly if you used them only for x > loc, as is usually the case.

@HDembinski HDembinski merged commit 62f59e2 into main Dec 3, 2023
4 checks passed
@HDembinski HDembinski deleted the fix_expon branch December 3, 2023 21:44
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.

expon with loc (threshold) not producing expected results compared to scipy.
1 participant