Stan Math Library
4.9.0
Automatic Differentiation
|
return_type_t< T_y, T_loc, T_scale > stan::math::gumbel_lccdf | ( | const T_y & | y, |
const T_loc & | mu, | ||
const T_scale & | beta | ||
) |
Returns the Gumbel log complementary cumulative distribution for the given location and scale.
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 |
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 39 of file gumbel_lccdf.hpp.