ZICMP Distribution | R Documentation |
Computes the density, cumulative probability, quantiles, and random draws for the zero-inflated COM-Poisson distribution.
dzicmp(x, lambda, nu, p, log = FALSE, control = NULL)
rzicmp(n, lambda, nu, p, control = NULL)
pzicmp(x, lambda, nu, p, control = NULL)
qzicmp(q, lambda, nu, p, log.p = FALSE, control = NULL)
ezicmp(lambda, nu, p, control = NULL)
vzicmp(lambda, nu, p, control = NULL)
x |
vector of quantiles. |
lambda |
rate parameter. |
nu |
dispersion parameter. |
p |
zero-inflation probability parameter. |
log |
logical; if TRUE, probabilities are returned on log-scale. |
control |
a |
n |
number of observations. |
q |
vector of probabilities. |
log.p |
logical; if TRUE, probabilities p are given as |
density,
cumulative probability,
quantiles,
generate random variates,
expected value. and
variance.
Kimberly Sellers, Andrew Raim
Kimberly F. Sellers and Andrew M. Raim (2016). A Flexible Zero-Inflated Model to Address Data Dispersion. Computational Statistics and Data Analysis, 99, 68-80.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.