-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
An incomplete list of missing built in stan functions or signatures and how to add some of them:
@deffun begin
positive_infinity()::real
negative_infinity()::real
logit(::real)::real
bernoulli_lpmf(::int, theta)
bernoulli_lpmf(::int[n], theta)
bernoulli_rng(::vector[n])::int[n]
bernoulli_lpmfs(y::int, args...) = bernoulli_lpmf(y, args...)
bernoulli_lpmfs(y::int[n], args...) = jbroadcasted(bernoulli_lpmfs, y, args...)
endReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels