Stan Math Library
4.9.0
Automatic Differentiation
|
return_type_t< T_prob > stan::math::bernoulli_logit_lpmf | ( | const T_n & | n, |
const T_prob & | theta | ||
) |
Returns the log PMF of the logit-parametrized Bernoulli distribution.
If containers are supplied, returns the log sum of the probabilities.
T_n | type of integer parameter |
T_prob | type of chance of success parameter |
n | integer parameter |
theta | logit-transformed chance of success parameter |
std::domain_error | if theta is infinite. |
std::invalid_argument | if container sizes mismatch. |
Definition at line 36 of file bernoulli_logit_lpmf.hpp.