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_y | type of scalar.  | 
    | T_scale | type of scale parameter.  | 
    | T_shape | type 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_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.