Stan Math Library
4.9.0
Automatic Differentiation
|
return_type_t< T_y, T_scale, T_shape > stan::math::loglogistic_cdf | ( | const T_y & | y, |
const T_scale & | alpha, | ||
const T_shape & | beta | ||
) |
The loglogistic cumulative distribution function for the specified scalar(s) given the specified scales(s) and shape(s).
y, alpha, or beta can each be either a scalar or a vector. Any vector inputs must be the same length.
T_y | type of scalar. |
T_scale | type of scale parameter. |
T_shape | type of shape parameter. |
y | (Sequence of) scalar(s). |
alpha | (Sequence of) scale parameter(s) for the loglogistic distribution. |
beta | (Sequence of) shape parameter(s) for the loglogistic distribution. |
std::domain_error | if any of the inputs are not positive or if and of the parameters are not finite. |
Definition at line 46 of file loglogistic_cdf.hpp.