Stan Math Library
4.9.0
Automatic Differentiation
|
return_type_t< T_y, T_dof > stan::math::chi_square_cdf | ( | const T_y & | y, |
const T_dof & | nu | ||
) |
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.
T_y | type of scalar parameter |
T_dof | type of degrees of freedom parameter |
y | scalar parameter |
nu | degrees of freedom parameter |
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.