Description Usage Arguments Value Examples
Calculate density of beta-binomial distribution
1 | dbetabinom(x, n, a = 1, b = 1)
|
x |
The value at which to evaluate the density |
n |
The sample size |
a |
First parameter |
b |
Second parameter |
Value of beta-binomial(n,a,b) evaluated at x
1 | dbetabinom(5, 10, 2, 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.