Stan Math Library
4.9.0
Automatic Differentiation
|
return_type_t< T_y, T_loc, T_scale, T_skewness > stan::math::skew_double_exponential_lcdf | ( | const T_y & | y, |
const T_loc & | mu, | ||
const T_scale & | sigma, | ||
const T_skewness & | tau | ||
) |
Returns the skew double exponential log cumulative density function.
Given containers of matching sizes, returns the log sum of probabilities.
T_y | type of real parameter. |
T_loc | type of location parameter. |
T_scale | type of scale parameter. |
T_skewness | type of skewness parameter. |
y | real parameter |
mu | location parameter |
sigma | scale parameter |
tau | skewness parameter |
std::domain_error | if mu is infinite or sigma is nonpositive or tau is not bound between 0.0 and 1.0 |
std::invalid_argument | if container sizes mismatch |
Definition at line 41 of file skew_double_exponential_lcdf.hpp.