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

Correct non-central-t series convergence bug. #1038

Merged
merged 1 commit into from
Oct 14, 2023
Merged

Correct non-central-t series convergence bug. #1038

merged 1 commit into from
Oct 14, 2023

Conversation

jzmaddock
Copy link
Collaborator

Fixes #1035. See also scipy/scipy#19348. Accuracy in left tail is still poor, and the reflection formula appears to be to blame as it's use causes the series to cancel out the first term, but it appears we have no real choice in the matter here. At least we do now get a few digits correct.

Fixes #1035.
See also scipy/scipy#19348.
Accuracy in left tail is still poor, and the reflection formula appears to be to blame as it's use causes the series to cancel out the first term, but it appears we have no real choice in the matter here.  At least we do now get a few digits correct.
@jzmaddock jzmaddock merged commit 30bb703 into develop Oct 14, 2023
62 checks passed
@mborland
Copy link
Member

Thanks for getting this one John.

@NAThompson NAThompson deleted the issue1035 branch January 24, 2024 21:33
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.

non_central_t distribution pdf left tail continuity
2 participants