Skip to content

classification using zero-inflated negative binomial mixture model

2 messages · Kai Ying, Ben Bolker

#
Kai Ying <yingk <at> iastate.edu> writes:
Not sure, but you may be able to do this by hand.

  For a predicted mean value mu, overdispersion parameter k, and
zero-inflation probability p, the probability p_z of a structural zero
is p, while the probability of a sampling zero p_s is (k/(mu+k))^k ;
therefore the probability that an observed zero is a structural 
zero is p_z/(p_s+p_z) ...