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

Exposed the dirichlet_multinomial distribution #1389

Merged
merged 1 commit into from
Dec 18, 2023
Merged

Exposed the dirichlet_multinomial distribution #1389

merged 1 commit into from
Dec 18, 2023

Conversation

chvandorp
Copy link
Contributor

In a recent PR, I added the Dirichlet-multinomial distribution to the Stan Math library. This PR exposes the distribution to the user.

Submission Checklist

Release notes

Added the dirichlet_multinomial distribution.

Copyright and Licensing

By submitting this pull request, the copyright holder is agreeing to
license the submitted work under the BSD 3-clause license (https://opensource.org/licenses/BSD-3-Clause)

Copy link

codecov bot commented Dec 17, 2023

Codecov Report

Merging #1389 (073e29f) into master (6de5732) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1389   +/-   ##
=======================================
  Coverage   89.93%   89.93%           
=======================================
  Files          63       63           
  Lines       10706    10707    +1     
=======================================
+ Hits         9628     9629    +1     
  Misses       1078     1078           
Files Coverage Δ
src/middle/Stan_math_signatures.ml 98.15% <100.00%> (+<0.01%) ⬆️

Copy link
Contributor

@andrjohns andrjohns left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@andrjohns andrjohns merged commit e464f6a into stan-dev:master Dec 18, 2023
@chvandorp chvandorp deleted the feature/dirichlet_multinomial branch December 18, 2023 15:36
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.

2 participants