![]() |
Stan Math Library
5.3.0
Automatic Differentiation
|
#include <stan/math/prim/meta.hpp>#include <stan/math/prim/err.hpp>#include <stan/math/prim/fun/sqrt.hpp>#include <stan/math/prim/fun/inv_inc_beta.hpp>#include <stan/math/prim/fun/max_size.hpp>Go to the source code of this file.
Namespaces | |
| namespace | stan |
| The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation from C or the boost::math::lgamma implementation. | |
| namespace | stan::math |
| Matrices and templated mathematical functions. | |
Functions | |
| template<typename T_p , typename T_nu , typename T_mu , typename T_sigma , require_all_stan_scalar_t< T_p, T_nu, T_mu, T_sigma > * = nullptr, require_all_arithmetic_t< T_p, T_nu, T_mu, T_sigma > * = nullptr> | |
| double | stan::math::student_t_qf (const T_p &p, const T_nu &nu, const T_mu &mu, const T_sigma &sigma) |
| The quantile function of the Student's t-distribution. | |
| template<typename T_p , typename T_nu , typename T_mu , typename T_sigma , require_any_vector_t< T_p, T_nu, T_mu, T_sigma > * = nullptr> | |
| auto | stan::math::student_t_qf (const T_p &p, const T_nu &nu, const T_mu &mu, const T_sigma &sigma) |
| A vectorized version of the Student's t quantile function that accepts std::vectors, Eigen Matrix/Array objects, or expressions, and containers of these. | |