Conversation
|
Thanks a lot! |
mandel
left a comment
There was a problem hiding this comment.
That is great. I just added a few comments that would be good to address.
| | DSnaive_Marginalized (Dist_binomial _, _) -> KOthers | ||
| | DSnaive_Marginalized (Dist_beta_binomial _, _) -> KOthers | ||
| | DSnaive_Marginalized (Dist_negative_binomial _, _) -> KOthers | ||
| | DSnaive_Marginalized (( Dist_sampler _ |
There was a problem hiding this comment.
Don't you need to identify the distribution such that the Ds_high_level can find the conjugacy relation?
Same question for Poisson. |
Signed-off-by: Ellie Cheng <ellieyhc@csail.mit.edu>
Signed-off-by: Ellie Cheng <ellieyhc@csail.mit.edu>
Signed-off-by: Ellie Cheng <ellieyhc@csail.mit.edu>
Signed-off-by: Ellie Cheng <ellieyhc@csail.mit.edu>
Signed-off-by: Ellie Cheng <ellieyhc@csail.mit.edu>
…mi-symbolic lt interface Signed-off-by: Ellie Cheng <ellieyhc@csail.mit.edu>
Signed-off-by: Ellie Cheng <ellieyhc@csail.mit.edu>
Signed-off-by: Ellie Cheng <ellieyhc@csail.mit.edu>
Signed-off-by: Ellie Cheng <ellieyhc@csail.mit.edu>
Signed-off-by: Ellie Cheng <ellieyhc@csail.mit.edu>
Signed-off-by: Ellie Cheng <ellieyhc@csail.mit.edu>
Signed-off-by: Ellie Cheng <ellieyhc@csail.mit.edu>
Signed-off-by: Ellie Cheng <ellieyhc@csail.mit.edu>
Signed-off-by: Ellie Cheng <ellieyhc@csail.mit.edu>
Signed-off-by: Ellie Cheng <ellieyhc@csail.mit.edu>
Signed-off-by: Ellie Cheng <ellieyhc@csail.mit.edu>
Signed-off-by: Ellie Cheng <ellieyhc@csail.mit.edu>
Signed-off-by: Ellie Cheng <ellieyhc@csail.mit.edu>
Signed-off-by: Ellie Cheng <ellieyhc@csail.mit.edu>
Signed-off-by: Ellie Cheng <ellieyhc@csail.mit.edu>
Signed-off-by: Ellie Cheng <ellieyhc@csail.mit.edu>
Signed-off-by: Ellie Cheng <ellieyhc@csail.mit.edu>
|
I've added the Student T distribution. Poisson distribution is already there. |
mandel
left a comment
There was a problem hiding this comment.
Looks good to me. Thanks @ellieyhcheng!
|
But it looks like there is a conflict that prevent the merge... |
|
Do you have more information about what's the conflict? It's not showing it from my view, only "This branch has no conflicts with the base branch". It also says the fork is already synced with upstream. |
|
Sorry, I have a conflict because I was on the "rebase" setting for the merge. |
Added more conjugate priors and distributions