nb_prob_zero {HIPPO} | R Documentation |
Expected zero proportion under Negative Binomial
nb_prob_zero(lambda, theta)
lambda |
numeric vector of means of negative binomial |
theta |
numeric vector of the dispersion parameter for negative binomial, 0 if poisson |
numeric vector of expected zero proportion under Negative Binomial
nb_prob_zero(3, 1.1)