![]()  | 
  
    Stan Math Library
    5.1.0
    
   Automatic Differentiation 
   | 
   
      
  | 
  inline | 
Returns the log PMF of the exp mod normal 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_inv_scale_cl | type of inverse scale parameter | 
| y | dependent variable | 
| mu | location | 
| sigma | scale | 
| lambda | inverse scale | 
| std::domain_error | if y is NaN, mu is infinite, sigma is negative or infinite or lambda is negative or infinite. | 
| std::invalid_argument | if container sizes mismatch. | 
Definition at line 40 of file exp_mod_normal_lpdf.hpp.