Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Hypergeometric function (3F2).
Overload for initializer_list inputs
Ta | type of scalar 'a' arguments |
Tb | type of scalar 'b' arguments |
Tz | type of z argument |
[in] | a | Always called with a[1] > 1, a[2] <= 0 |
[in] | b | Always called with int b[0] < |a[2]|, <= 1) |
[in] | z | z (is always called with 1 from beta binomial cdfs) |
[in] | precision | precision of the infinite sum. defaults to 1e-6 |
[in] | max_steps | number of steps to take. defaults to 1e5 |
Definition at line 144 of file hypergeometric_3F2.hpp.