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

◆ inv_chi_square_cdf()

template<typename T_y , typename T_dof >
return_type_t< T_y, T_dof > stan::math::inv_chi_square_cdf ( const T_y &  y,
const T_dof &  nu 
)

Returns the inverse 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_ytype of scalar parameter
T_doftype of degrees of freedom parameter
Parameters
yscalar parameter
nudegrees of freedom parameter
Returns
probability or product of probabilities
Exceptions
std::domain_errorif y is negative or nu is nonpositive
std::invalid_argumentif container sizes mismatch

Definition at line 37 of file inv_chi_square_cdf.hpp.