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

◆ loglogistic_cdf()

template<typename T_y , typename T_scale , typename T_shape , require_all_not_nonscalar_prim_or_rev_kernel_expression_t< T_y, T_scale, T_shape > * = nullptr>
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.

Template Parameters
T_ytype of scalar.
T_scaletype of scale parameter.
T_shapetype of shape parameter.
Parameters
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.
Returns
The loglogistic cdf evaluated at the specified arguments.
Exceptions
std::domain_errorif 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.