Skip to content

Commit

Permalink
Merge pull request #921 from adamhaber/add_skew_double_exponential
Browse files Browse the repository at this point in the history
Add skew_double_exponential signatures
  • Loading branch information
rok-cesnovar authored Sep 25, 2021
2 parents e24f003 + f0cb691 commit eeb5e39
Show file tree
Hide file tree
Showing 20 changed files with 62,450 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/middle/Stan_math_signatures.ml
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,10 @@ let distributions =
; (full_lpdf, "rayleigh", [DVReal; DVReal], AoS)
; (full_lpdf, "scaled_inv_chi_square", [DVReal; DVReal; DVReal], AoS)
; (full_lpdf, "skew_normal", [DVReal; DVReal; DVReal; DVReal], AoS)
; ( full_lpdf
, "skew_double_exponential"
, [DVReal; DVReal; DVReal; DVReal]
, AoS )
; (full_lpdf, "student_t", [DVReal; DVReal; DVReal; DVReal], AoS)
; (full_lpdf, "std_normal", [DVReal], AoS)
; (full_lpdf, "uniform", [DVReal; DVReal; DVReal], AoS)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(include ../../../../../dune)

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2,143 changes: 2,143 additions & 0 deletions test/integration/signatures/stan_math_sigs.expected

Large diffs are not rendered by default.

0 comments on commit eeb5e39

Please sign in to comment.