ritnb | R Documentation |
Generates n
random numbers from a i-inflated t-truncated negative binomial distribution with parameters mu
, theta
, and p
which is inflated at i
and truncated at t
.
ritnb(n, mu, theta, p, i, t)
n |
Numeric: The number of observations. |
mu |
Numeric: The expected value. |
theta |
Numeric: The overdispersion. |
p |
Numeric: The inflation proportion. |
i |
Numeric: The inflation point. |
t |
Numeric: The truncation point. |
A vector of size n
containing realisations of a itnb distribution.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.