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

Fix underflow of logccdf of PGeneralizedGaussian #1932

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

devmotion
Copy link
Member

Fixes #1916.

The PR also improves cdf and ccdf which fixes even the "naive" evaluation of log(cdf(...)) in #1916.

@codecov-commenter
Copy link

codecov-commenter commented Dec 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.03%. Comparing base (ceb6343) to head (ad5597e).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1932      +/-   ##
==========================================
+ Coverage   86.01%   86.03%   +0.02%     
==========================================
  Files         144      144              
  Lines        8696     8709      +13     
==========================================
+ Hits         7480     7493      +13     
  Misses       1216     1216              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

Underflow in logccdf for PGeneralizedGaussian
2 participants