pitnb | R Documentation |
The cumulative probability of each element in a vector x
following the i-inflated t-truncated negative binomial distribution with parameters mu
, theta
, and p
which is inflated at i
and truncated at t
.
pitnb(q, mu, theta, p, i, t = NULL, lower_tail = TRUE, return_log = FALSE)
q |
Numeric: A vector of quantiles. |
mu |
Numeric: The expected value. |
theta |
Numeric: The overdispersion. |
p |
Numeric: The inflation proportion. |
i |
Numeric: The inflation point. |
t |
Numeric: The truncation point. |
lower_tail |
TRUE/FALSE: should |
return_log |
TRUE/FALSE: should log of the cmf be returned? |
A vector the size as q
containing the cumulative probability of each value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.