Automatic Differentiation
 
Loading...
Searching...
No Matches
student_t_qf.hpp File Reference

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.