![]() |
Stan Math Library
5.0.0
Automatic Differentiation
|
return_type_t< Ta, Tb, Tz > stan::math::hypergeometric_pFq | ( | const Ta & | a, |
const Tb & | b, | ||
const Tz & | z | ||
) |
Returns the generalized hypergeometric function applied to the input arguments: _pF_q(a_1,...,a_p;b_1,...,b_q;z).
See 'grad_pFq.hpp' for the derivatives wrt each parameter
[in] | a | Vector of 'a' arguments to function |
[in] | b | Vector of 'b' arguments to function |
[in] | z | Scalar z argument |
Definition at line 28 of file hypergeometric_pFq.hpp.