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

ENH: stats: Implement sf and isf for the laplace distribution. #13706

Merged
merged 3 commits into from Mar 20, 2021

Conversation

WarrenWeckesser
Copy link
Member

Also use np.errstate to avoid the overflow warning that would
occur in an expression such as laplace.cdf(1000).

Also use np.errstate to avoid the overflow warning that would
occur in an expression such as laplace.cdf(1000).
@WarrenWeckesser WarrenWeckesser added scipy.stats enhancement A new feature or improvement labels Mar 20, 2021
Copy link
Contributor

@mdhaber mdhaber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can merge as-is, but one comment to consider.

scipy/stats/tests/test_distributions.py Outdated Show resolved Hide resolved
@mdhaber
Copy link
Contributor

mdhaber commented Mar 20, 2021

I'll merge when tests finish.

@mdhaber mdhaber merged commit 41f812e into scipy:master Mar 20, 2021
@mdhaber
Copy link
Contributor

mdhaber commented Mar 20, 2021

Thanks @WarrenWeckesser

@tylerjereddy tylerjereddy added this to the 1.7.0 milestone Mar 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A new feature or improvement scipy.stats
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants