![]() |
Stan Math Library
5.3.0
Automatic Differentiation
|
|
inline |
A vectorized version of the Student's t quantile function that accepts std::vectors, Eigen Matrix/Array objects, or expressions, and containers of these.
| 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 |
| T_container | type of the container to hold results |
| p | Probability in the range [0, 1]. |
| nu | Degrees of freedom, must be non-negative. |
| mu | Location parameter. |
| sigma | Scale parameter, must be positive. |
Definition at line 71 of file student_t_qf.hpp.