Stan Math Library
4.9.0
Automatic Differentiation
|
return_type_t< T_y_cl, T_loc_cl, T_scale_cl > stan::math::gumbel_lpdf | ( | const T_y_cl & | y, |
const T_loc_cl & | mu, | ||
const T_scale_cl & | beta | ||
) |
Returns the Gumbel log probability density for the given location and scale.
Given containers of matching sizes, returns the log sum of densities.
T_y_cl | type of real parameter |
T_loc_cl | type of location parameter |
T_scale_cl | type of scale parameter |
y | real parameter |
mu | location parameter |
beta | scale parameter |
std::domain_error | if y is nan, mu is infinite, or beta is nonpositive |
std::invalid_argument | if container sizes mismatch |
Definition at line 36 of file gumbel_lpdf.hpp.