Description Usage Arguments Value Functions
Probability mass function for a sum of beta-bernoulli variables
1 2 3 4 5 |
x, q |
vector of quantiles. |
size |
vector giving the number of trials for each group. |
prob |
vector giving probability of success for each group. |
rho |
vector giving correlation parameter for each group. |
shape1, shape2 |
the two (positive) shape parameters of the standard
beta distribution. See the documentation for |
independent |
logical. If TRUE (default), assume a sum of two independent groups of variables. If FALSE, assume all variables are mutually dependent. |
... |
other parameters passed to |
lower_tail |
logical. If TRUE (default), probabilities are P[X <= x] otherwise, P[X > x]. |
cores |
integer. Number of cores to use (default 1). |
numeric, the value of the probability mass or distribution function.
pbbs: Distribution function for a sum of beta-bernoulli variables
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.