Stan Math Library
4.9.0
Automatic Differentiation
|
return_type_t< T_y_cl, T_loc_cl, T_scale_cl, T_skewness_cl > stan::math::skew_double_exponential_lpdf | ( | const T_y_cl & | y, |
const T_loc_cl & | mu, | ||
const T_scale_cl & | sigma, | ||
const T_skewness_cl & | tau | ||
) |
Returns the log PMF of the skew double exponential distribution.
If containers are supplied, returns the log sum of the probabilities.
T_y_cl | type of dependent variable |
T_loc_cl | type of location parameter |
T_scale_cl | type of scale parameter |
T_skewness_cl | type of inverse scale parameter |
y | dependent variable |
mu | location |
sigma | scale |
tau | inverse scale |
std::domain_error | if y is NaN, mu is infinite, sigma is negative or infinite or tau is negative or infinite. |
std::invalid_argument | if container sizes mismatch. |
Definition at line 40 of file skew_double_exponential_lpdf.hpp.