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

boost::math::ibeta_inv iteration crashes #873

Closed
linolinco opened this issue Nov 11, 2022 · 0 comments · Fixed by #875
Closed

boost::math::ibeta_inv iteration crashes #873

linolinco opened this issue Nov 11, 2022 · 0 comments · Fixed by #875

Comments

@linolinco
Copy link

Calling boost::math::ibeta_inv(1e50, 10, 0.1) produces:
libc++abi.dylib: terminating with uncaught exception of type boost::wrapexcept<std::domain_error>: Error in function boost::math::ibeta<long double>(long double, long double, long double): Parameter x outside the range [0,1] in the incomplete beta function (got x=835.800004005432128906).

I suspect the inverse iteration for ibeta is thrown off by the large alpha.

jzmaddock added a commit that referenced this issue Nov 11, 2022
AZero13 pushed a commit to AZero13/math that referenced this issue Jan 19, 2023
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