Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ gumbel_lccdf() [1/2]

template<typename T_y_cl , typename T_loc_cl , typename T_scale_cl , require_all_prim_or_rev_kernel_expression_t< T_y_cl, T_loc_cl, T_scale_cl > * = nullptr, require_any_not_stan_scalar_t< T_y_cl, T_loc_cl, T_scale_cl > * = nullptr>
return_type_t< T_y_cl, T_loc_cl, T_scale_cl > stan::math::gumbel_lccdf ( const T_y_cl &  y,
const T_loc_cl &  mu,
const T_scale_cl &  beta 
)

Returns the Gumbel log complementary cumulative distribution function for the given location, and scale.

If given containers of matching sizes returns the product of probabilities.

Template Parameters
T_y_cltype of scalar outcome
T_loc_cltype of location
T_scale_cltype of scale
Parameters
y(Sequence of) scalar(s).
mu(Sequence of) location(s).
beta(Sequence of) scale(s).
Returns
The sum of log complementary cumulative probabilities.

Definition at line 34 of file gumbel_lccdf.hpp.