Stan Math Library
4.9.0
Automatic Differentiation
|
return_type_t< T_y_cl, T_loc_cl, T_scale_cl > stan::math::double_exponential_cdf | ( | const T_y_cl & | y, |
const T_loc_cl & | mu, | ||
const T_scale_cl & | sigma | ||
) |
Returns the double exponential cumulative density function.
Given containers of matching sizes, returns the product of probabilities.
T_y_cl | type of scalar outcome |
T_loc_cl | type of location |
T_scale_cl | type of scale |
y | (Sequence of) scalar(s). |
mu | (Sequence of) location(s). |
sigma | (Sequence of) scale(s). |
Definition at line 33 of file double_exponential_cdf.hpp.