CMP Distribution | R Documentation |
Functions for the COM-Poisson distribution.
dcmp(x, lambda, nu, log = FALSE, control = NULL)
rcmp(n, lambda, nu, control = NULL)
pcmp(x, lambda, nu, control = NULL)
qcmp(q, lambda, nu, log.p = FALSE, control = NULL)
ecmp(lambda, nu, control = NULL)
vcmp(lambda, nu, control = NULL)
ncmp(lambda, nu, log = FALSE, control = NULL)
tcmp(lambda, nu, control = NULL)
x |
vector of quantiles. |
lambda |
rate parameter. |
nu |
dispersion 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 |
density,
cumulative probability,
quantiles,
generate random variates,
expected value,
variance,
value of the normalizing constant, and
upper value used to compute the normalizing constant under truncation method.
Kimberly Sellers
Kimberly F. Sellers & Galit Shmueli (2010). A Flexible Regression Model for Count Data. Annals of Applied Statistics, 4(2), 943-961.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.