![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
|
inline |
Returns the CDF of the Bernoulli distribution.
If containers are supplied, returns the product of the probabilities.
| T_n | type of integer parameter |
| T_prob | type of chance of success parameter |
| n | integer parameter |
| theta | chance of success parameter |
| std::domain_error | if theta is not a valid probability |
| std::invalid_argument | if container sizes mismatch. |
Definition at line 30 of file bernoulli_cdf.hpp.