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

◆ scaled_inv_chi_square_cdf()

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

The CDF of a scaled inverse chi-squared density for y with the specified degrees of freedom parameter and scale parameter.

Template Parameters
T_ytype of scalar
T_doftype of degrees of freedom
Parameters
yA scalar variable.
nuDegrees of freedom.
sScale parameter.
Exceptions
std::domain_errorif nu is not greater than 0
std::domain_errorif s is not greater than 0.
std::domain_errorif y is not greater than 0.

Definition at line 38 of file scaled_inv_chi_square_cdf.hpp.