Stan Math Library
4.9.0
Automatic Differentiation
|
return_type_t< T_y_cl, T_low_cl, T_high_cl > stan::math::uniform_lcdf | ( | const T_y_cl & | y, |
const T_low_cl & | alpha, | ||
const T_high_cl & | beta | ||
) |
Returns the log uniform cumulative distribution function for the given location, and scale.
If given containers of matching sizes returns the product of probabilities.
T_y_cl | type of scalar outcome |
T_low_cl | type of location |
T_high_cl | type of scale |
y | (Sequence of) scalar(s). |
alpha | (Sequence of) location(s). |
beta | (Sequence of) scale(s). |
Definition at line 33 of file uniform_lcdf.hpp.