Stan Math Library
4.9.0
Automatic Differentiation
|
return_type_t< T_y, T_shape, T_scale > stan::math::weibull_lccdf | ( | const T_y & | y, |
const T_shape & | alpha, | ||
const T_scale & | sigma | ||
) |
Returns the Weibull log complementary cumulative distribution function for the given location and scale.
Given containers of matching sizes, returns the log sum of probabilities.
T_y | type of real parameter |
T_shape | type of shape parameter |
T_scale | type of scale parameter |
y | real parameter |
alpha | shape parameter |
sigma | scale parameter |
std::domain_error | if y is negative, alpha sigma is nonpositive |
Definition at line 37 of file weibull_lccdf.hpp.