type of the summary_beta_nbinom output: "list" to return a list, "pandoc" to print a table
Value
dbeta_nbinom gives the density,
pbeta_nbinom the cumulative function,
qbeta_nbinom the quantile function,
rbeta_nbinom samples from the distribution,
sbeta_nbinom and summary_beta_nbinom give some summaries of the distribution.
Details
This is the mixture distribution obtained by sampling a value $b$
from a Beta distribution with parameters $c$, $d$,
then sampling a value $\lambda$ from a Gamma distribution with
shape $a$ and rate $b/(1-b)$, and
then sampling a Poisson distribution with mean $\lambda$.