Returns the chi square cumulative distribution function for the given variate and degrees of freedom. 
If given containers of matching sizes, returns the product of probabilities.
- Template Parameters
 - 
  
    | T_y | type of scalar parameter  | 
    | T_dof | type of degrees of freedom parameter  | 
  
   
- Parameters
 - 
  
    | y | scalar parameter  | 
    | nu | degrees of freedom parameter  | 
  
   
- Returns
 - probability or product of probabilities 
 
- Exceptions
 - 
  
    | std::domain_error | if y is negative or nu is nonpositive  | 
    | std::invalid_argument | if container sizes mismatch  | 
  
   
Definition at line 37 of file chi_square_cdf.hpp.