nb_prob_zero {HIPPO}R Documentation

Expected zero proportion under Negative Binomial

Description

Expected zero proportion under Negative Binomial

Usage

nb_prob_zero(lambda, theta)

Arguments

lambda

numeric vector of means of negative binomial

theta

numeric vector of the dispersion parameter for negative binomial, 0 if poisson

Value

numeric vector of expected zero proportion under Negative Binomial

Examples

nb_prob_zero(3, 1.1)

[Package HIPPO version 1.5.0 Index]