You received this message because you are subscribed to a topic in the Google Groups "Stan users mailing list" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/stan-users/mS3QjyqfRz8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to stan-users+...@googlegroups.com.
Thanks --- equations (9) and (10) make the terminology clear. Feel free to update the manual to discuss both.
The "zero inflated" case is just an ordinary two-way mixture of an all-0 distribution and a Poisson. Does anyone ever use this close relative of the hurdle? p(y|theta,lambda) = theta if y = 0 Poisson(y-1 | lambda) if y > 0
This is the kind of thing that would be more efficient to code directly as a zero-inflated Poisson pmf with two parameters, theta (mixture) and lambda (Poisson mean). Ditto the hurdle model. Both are rather error prone to code by hand.
I'm really not sure how many such distributions we should be adding, though. I think there are also a couple of standard approaches to overdispersed Poisson (negative binomial) models, which could themselves also be zero inflated or hurdled, and so on.
--
You received this message because you are subscribed to a topic in the Google Groups "Stan users mailing list" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/stan-users/mS3QjyqfRz8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to stan-users+...@googlegroups.com.
Hi all,
I’m now able to get the Stan version of the hurdle negative binomial model working properly without any problems. I want to thank everyone for his or her assistance.
Best,
Mark