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

Clamp cdf and ccdf of Truncated #1865

Merged
merged 1 commit into from
May 30, 2024
Merged

Clamp cdf and ccdf of Truncated #1865

merged 1 commit into from
May 30, 2024

Conversation

devmotion
Copy link
Member

The PR fixes #1854 by clamping the cdf and ccdf of Truncated distributions.

@devmotion devmotion marked this pull request as ready for review May 29, 2024 21:34
@codecov-commenter
Copy link

codecov-commenter commented May 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.97%. Comparing base (fe57164) to head (a543979).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1865   +/-   ##
=======================================
  Coverage   85.97%   85.97%           
=======================================
  Files         144      144           
  Lines        8655     8655           
=======================================
  Hits         7441     7441           
  Misses       1214     1214           

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

@devmotion devmotion merged commit fa493fb into master May 30, 2024
13 of 16 checks passed
@devmotion devmotion deleted the dw/truncated_cdf branch May 30, 2024 06:58
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.

0 <= cdf(truncated(Normal(2.5, 0.2), lower=0.0),x) not always true.
3 participants