dBetaBinom_cpp_old.Rd
dBetaBinom_cpp_old
calculates the beta-binomial density via
a number of sums, which is slow for high-value data
but fast for low-value data.
This function is called by dBetaBinom
if necessary, and should not be called outside of this.
dBetaBinom_cpp_old(ms, ns, pi, theta, LOG)
Numeric vector. Vector of number of successes
Numeric vector. Vector of number of trials
Number. Probability of success; 0 >= pi >= 1
Number. Dispersion parameter; 0 >= theta > +Inf
Logical. if TRUE, return log-densities
A numeric vector of the same length as ms and ns, containing (log-)beta-binomial densities