![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
|
inline |
The CDF of an inverse gamma density for y with the specified shape and scale parameters.
y, shape, and scale parameters must be greater than 0.
| T_y | type of scalar |
| T_shape | type of shape |
| T_scale | type of scale |
| y | A scalar variable. |
| alpha | Shape parameter. |
| beta | Scale parameter. |
| std::domain_error | if alpha is not greater than 0. |
| std::domain_error | if beta is not greater than 0. |
| std::domain_error | if y is not greater than 0. |
Definition at line 40 of file inv_gamma_cdf.hpp.