Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ bernoulli_logit_lpmf() [2/3]

template<bool propto, typename T_n , typename T_prob , require_all_not_nonscalar_prim_or_rev_kernel_expression_t< T_n, T_prob > * = nullptr>
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.

Template Parameters
T_ntype of integer parameter
T_probtype of chance of success parameter
Parameters
ninteger parameter
thetalogit-transformed chance of success parameter
Returns
log probability or log sum of probabilities
Exceptions
std::domain_errorif theta is infinite.
std::invalid_argumentif container sizes mismatch.

Definition at line 36 of file bernoulli_logit_lpmf.hpp.