View source: R/beta_binomial_funcs.R
dbb | R Documentation |
Beta binomial density
dbb(x, N, u, v)
x |
the number of successes |
N |
the number of trials |
u |
equivalent to alpha in description |
v |
equivalent to beta in description |
the probability density of the beta binomial with given input parameters
Other beta_binomial_functions:
bb_mean()
,
find_bb_2()
,
find_prior_alpha_beta()
,
hist_rbb()
,
pbb()
,
qbb()
,
rbb()
dbb(10,50,1,1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.