![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
|
inline |
Returns the log PMF of the Beta-Binomial distribution with given population size, prior success, and prior failure parameters.
Given containers of matching sizes, returns the log sum of probabilities.
T_n | type of success parameter |
T_N | type of population size parameter |
T_size1 | type of prior success parameter |
T_size2 | type of prior failure parameter |
n | success parameter |
N | population size parameter |
alpha | prior success parameter |
beta | prior failure parameter |
std::domain_error | if N, alpha, or beta fails to be positive |
std::invalid_argument | if container sizes mismatch |
Definition at line 43 of file beta_binomial_lpmf.hpp.