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

R functions do not respect support accurately enough #115

Closed
devmotion opened this issue Jun 16, 2021 · 1 comment · Fixed by #127
Closed

R functions do not respect support accurately enough #115

devmotion opened this issue Jun 16, 2021 · 1 comment · Fixed by #127

Comments

@devmotion
Copy link
Member

I just noticed the following:

julia> binompdf(1, 0.5, 1 + 1e-7)
0.5

whereas tests in Distributions require

julia> binompdf(1, 0.5, nexfloat(1.0))
0.0

Hopefully this can be fixed by #113.

@devmotion
Copy link
Member Author

Fixed by #125. #127 adds some tests.

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 a pull request may close this issue.

1 participant