Description Usage Arguments Details
Density, distribution function, quantile function and random
generation for the generalised binomial distribution with parameters
pi
, theta
and size
.
1 2 3 4 5 6 7 |
g |
vector of quantiles. |
pi |
probability of success of the bernoulli. |
theta |
probability of success on each binomial trial. |
size |
number of trials. |
lower.tail |
logical; if TRUE (default), probabilities are Pr[X ≤ x], otherwise Pr[X > x]. |
p |
vector of probabilities. |
n |
number of observations. |
The generalised binomial distribution with size = n
,
pi = pi
and theta = theta
has density
Pr(G = g) = \begin{cases} x, g = 0 \\ y, g > 0\end{cases}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.