Skip to content

Add cdf and logcdf for Multinomial distribution#2059

Open
rainerrodrigues wants to merge 3 commits into
JuliaStats:masterfrom
rainerrodrigues:feature/multinomial-cdf
Open

Add cdf and logcdf for Multinomial distribution#2059
rainerrodrigues wants to merge 3 commits into
JuliaStats:masterfrom
rainerrodrigues:feature/multinomial-cdf

Conversation

@rainerrodrigues

Copy link
Copy Markdown

This PR implements the cdf and logcdf functions for the Multinomial distribution, filling a gap in the multivariate function and addressing user requests.

Closes #1779

@rainerrodrigues rainerrodrigues force-pushed the feature/multinomial-cdf branch from 97e6c24 to 75aed45 Compare May 2, 2026 09:26
@codecov-commenter

codecov-commenter commented May 2, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 22 lines in your changes missing coverage. Please review.
✅ Project coverage is 85.86%. Comparing base (a7ed7b6) to head (520cb09).
⚠️ Report is 8 commits behind head on master.

Files with missing lines Patch % Lines
src/multivariate/multinomial.jl 0.00% 22 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2059      +/-   ##
==========================================
- Coverage   86.65%   85.86%   -0.80%     
==========================================
  Files         148      145       -3     
  Lines        8919     8723     -196     
==========================================
- Hits         7729     7490     -239     
- Misses       1190     1233      +43     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

Add CDF for Multinomial Distribution

2 participants