dbetabinom_mu_rho_cpp: An Rcpp version of 'dbetabinom_mu_rho'.

Description Usage Arguments Author(s)

View source: R/RcppExports.R

Description

An Rcpp version of dbetabinom_mu_rho.

Usage

1
dbetabinom_mu_rho_cpp(x, size, mu, rho, return_log = FALSE)

Arguments

x

A numeric vector of the observed counts.

size

A numeric vector of the number of trials.

mu

The mean of the underlying beta.

rho

The overdispersion parameter of the underlying beta.

return_log

A logical scalar. Should we return the log of the density (TRUE) or not (FALSE)?

Author(s)

David Gerard


dcgerard/updogAlpha documentation built on May 14, 2019, 3:10 a.m.