![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
|
inline |
Returns the double exponential cumulative density function.
Given containers of matching sizes, returns the product of probabilities.
T_y | type of real parameter. |
T_loc | type of location parameter. |
T_scale | type of scale parameter. |
y | real parameter |
mu | location parameter |
sigma | scale parameter |
std::domain_error | if y is nan, mu is infinite, or sigma is nonpositive |
Definition at line 39 of file double_exponential_cdf.hpp.