Stan Math Library
4.9.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)\).
This function is not intended to be exposed to end users, only used for p & q values that are stable with the grad_pFq implementation.
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 31 of file hypergeometric_pFq.hpp.