Skip to content

Conversation

asifzubair
Copy link
Contributor

@asifzubair asifzubair commented Jul 31, 2025

Description

We implement logcdf for CensoredRV.

Related Issue

Checklist

Type of change

  • New feature / enhancement
  • Bug fix
  • Documentation
  • Maintenance
  • Other (please specify):

📚 Documentation preview 📚: https://pymc--7884.org.readthedocs.build/en/7884/

Copy link

codecov bot commented Jul 31, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.95%. Comparing base (58b49f2) to head (a125914).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    pymc-devs/pymc#7884   +/-   ##
=======================================
  Coverage   92.94%   92.95%           
=======================================
  Files         116      116           
  Lines       18845    18863   +18     
=======================================
+ Hits        17516    17534   +18     
  Misses       1329     1329           
Files with missing lines Coverage Δ
pymc/distributions/censored.py 100.00% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Member

@ricardoV94 ricardoV94 left a comment

Choose a reason for hiding this comment

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

This is great, just a comment about make the test more obviously correct

@asifzubair
Copy link
Contributor Author

Thank you, @ricardoV94 ! I've addressed the comments now.

Can you please have a look when you have a moment ? Thank you! 🙏

@ricardoV94 ricardoV94 merged commit 127ac30 into pymc-devs:main Aug 1, 2025
26 checks passed
@ricardoV94 ricardoV94 changed the title Feat: Implement logcdf for CensoredRV Implement logcdf for CensoredRV Aug 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement logcdf for Truncated and Censored distributions

2 participants