![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
|
inline |
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.