dtruncated_nbinom2 | R Documentation |
Probability functions for k-truncated Poisson and negative binomial distributions.
dtruncated_nbinom2(x, size, mu, k = 0, log = FALSE)
dtruncated_poisson(x, lambda, k = 0, log = FALSE)
dtruncated_nbinom1(x, phi, mu, k = 0, log = FALSE)
x |
value |
size |
number of trials/overdispersion parameter |
mu |
mean parameter |
k |
truncation parameter |
log |
(logical) return log-probability? |
lambda |
mean parameter |
phi |
overdispersion parameter |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.