Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Returns the Weibull log probability density for the given location and scale.
Given containers of matching sizes, returns the log sum of probability densities.
T_y_cl | type of real parameter |
T_shape_cl | type of shape parameter |
T_scale_cl | type of scale parameter |
y | real parameter |
alpha | shape parameter |
sigma | scale parameter |
std::domain_error | if y is negative, alpha or sigma are nonpositive |
Definition at line 35 of file weibull_lpdf.hpp.