Description Usage Arguments Author(s)
An Rcpp version of the dbetabinom
.
1 | dbetabinom_cpp(x, size, alpha_shape, beta_shape, return_log = FALSE)
|
x |
A numeric vector of the observed counts. |
size |
A numeric vector of the number of trials. |
alpha_shape |
A numeric scalar of the alpha parameter underlying beta. |
beta_shape |
A numeric scalar of the beta parameter of the underlying beta. |
return_log |
A logical scalar. Should we return the log of the density ( |
David Gerard
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.