![]() |
Stan Math Library
5.3.0
Automatic Differentiation
|
#include <stan/math/rev/meta.hpp>#include <stan/math/rev/fun/digamma.hpp>#include <stan/math/rev/fun/exp.hpp>#include <stan/math/rev/fun/hypergeometric_pFq.hpp>#include <stan/math/rev/fun/hypergeometric_2F1.hpp>#include <stan/math/rev/fun/inv.hpp>#include <stan/math/rev/fun/inv_inc_beta.hpp>#include <stan/math/rev/fun/log.hpp>#include <stan/math/rev/fun/sqrt.hpp>#include <stan/math/rev/fun/value_of.hpp>#include <stan/math/prim/prob/student_t_lpdf.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_mu, T_sigma, T_nu > * = nullptr, require_any_var_t< T_p, T_mu, T_sigma, T_nu > * = nullptr> | |
| var | stan::math::student_t_qf (const T_p &p, const T_nu &nu, const T_mu &mu, const T_sigma &sigma) |