Description Usage Arguments Value Examples
Zero-inflated Negative Binomial Distributions.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | dzinbinom(x, size, prob, zeroprob, nbmean)
pzinbinom(q, size, prob, zeroprob, nbmean)
qzinbinom(p, size, prob, zeroprob, nbmean)
rzinbinom(n, size, prob, zeroprob, nbmean)
rzinbinom_constrained(n, size, prob, zeroprob, nbmean, min = 0, max = Inf)
pzinbinom(q, size, prob, zeroprob, nbmean)
qzinbinom(p, size, prob, zeroprob, nbmean)
rzinbinom(n, size, prob, zeroprob, nbmean)
rzinbinom_constrained(n, size, prob, zeroprob, nbmean, min = 0, max = Inf)
|
x |
x |
size |
size |
prob |
prob |
zeroprob |
zero prob |
nbmean |
nbmean |
q |
q |
p |
p |
n |
n |
min |
min |
max |
max |
zero-inflated Negative Binomial Distributions.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.