![]() |
Stan Math Library
5.3.0
Automatic Differentiation
|
|
inline |
The quantile function of the Student's t-distribution.
| T_p | type of the probability parameter |
| T_nu | type of the degrees of freedom parameter |
| T_mu | type of the location parameter |
| T_sigma | type of the scale parameter |
| p | Probability in the range [0, 1]. |
| nu | Degrees of freedom, must be non-negative. |
| mu | Location parameter. |
| sigma | Scale parameter, must be positive. |
| std::domain_error | if nu is negative or sigma is not positive, or if p is not in [0, 1]. |
Definition at line 31 of file student_t_qf.hpp.