How do I construct a categorical distribution? #268
Unanswered
irisallevi
asked this question in
Q&A
Replies: 1 comment 1 reply
-
See #148 , there is a pending pull request. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I like this package, but I'm having some issues in reproducing some basics features of Distributions.jl.
Maybe I'm missing something, but I didn't see a Categorical measure in the API. How do I define one?
Of course a proxy would be to consider a Multinomial with n=1, but this would store a vector of k elements with only one non zero entry, which is useless.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions