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

Fast idistinv for Jacobi Polys bug #105

Open
akilnarayan opened this issue Jul 26, 2022 · 0 comments
Open

Fast idistinv for Jacobi Polys bug #105

akilnarayan opened this issue Jul 26, 2022 · 0 comments
Assignees

Comments

@akilnarayan
Copy link
Contributor

The following script produces an x less than -1:

from UncertainSCI.families import JacobiPolynomials

J = JacobiPolynomials(alpha=1.553,beta=2.270)

u = 4.6808507655704545e-05
x = J.fidistinv(u, 0)

Probably a bug in how the degree-0 fast approximation is constructed.

@akilnarayan akilnarayan self-assigned this Jul 26, 2022
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

No branches or pull requests

1 participant