Returns the log CCDF of the Bernoulli distribution.
If containers are supplied, returns the log sum of the probabilities.
- Template Parameters
-
T_n_cl | type of integer parameter |
T_prob_cl | type of chance of success parameter |
- Parameters
-
n | integer parameter |
theta | logit-transformed chance of success parameter |
- Returns
- log probability or log sum of probabilities
- Exceptions
-
std::domain_error | if theta is not a valid probability |
std::invalid_argument | if container sizes mismatch. |
Definition at line 31 of file bernoulli_lccdf.hpp.