Skip to content

Commit

Permalink
Merge pull request #1459 from stan-dev/feature/beta_neg_binomial_lccdf
Browse files Browse the repository at this point in the history
Expose beta_neg_binomial_lccdf, beta_neg_binomial_lcdf, beta_neg_binomial_cdf
  • Loading branch information
WardBrian authored Nov 15, 2024
2 parents 6915754 + 9745565 commit 9425812
Show file tree
Hide file tree
Showing 6 changed files with 4,313 additions and 3 deletions.
6 changes: 4 additions & 2 deletions src/middle/Stan_math_signatures.ml
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,10 @@ let full_lpmf = [Lpmf; Rng; Ccdf; Cdf]

let distributions =
[ (full_lpmf, "beta_binomial", [DVInt; DVInt; DVReal; DVReal], Mem_pattern.SoA)
; ([Lpmf], "beta_neg_binomial", [DVInt; DVReal; DVReal; DVReal], SoA)
; (full_lpdf, "beta", [DVReal; DVReal; DVReal], SoA)
; ( [Lpmf; Ccdf; Cdf]
, "beta_neg_binomial"
, [DVInt; DVReal; DVReal; DVReal]
, SoA ); (full_lpdf, "beta", [DVReal; DVReal; DVReal], SoA)
; ([Lpdf; Ccdf; Cdf], "beta_proportion", [DVReal; DVReal; DIntAndReals], SoA)
; (full_lpmf, "bernoulli", [DVInt; DVReal], SoA)
; ([Lpmf; Rng], "bernoulli_logit", [DVInt; DVReal], SoA)
Expand Down
Loading

0 comments on commit 9425812

Please sign in to comment.