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

Avoid Kumaraswamy numerical issues #1681

Merged
merged 3 commits into from
Nov 19, 2023
Merged

Conversation

fehiepsi
Copy link
Member

Fixes #1671. Given x in (0, 1), the term x ** a might be 1, so we need to clip properly.

@e-pet
Copy link
Contributor

e-pet commented Nov 18, 2023

That does indeed seem to fix the issue I was seeing. Thank you so much!

@martinjankowiak martinjankowiak merged commit a5b3bab into pyro-ppl:master Nov 19, 2023
4 checks passed
amifalk pushed a commit to amifalk/numpyro that referenced this pull request Nov 20, 2023
* fix intersphinx issues

* fix kumaraswamy numerical issues
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.

Bug in Kumaraswamy distribution?
3 participants