Stan Math Library
4.9.0
Automatic Differentiation
|
T stan::math::inc_beta_ddz | ( | T | a, |
T | b, | ||
T | z | ||
) |
Returns the partial derivative of the regularized incomplete beta function, I_{z}(a, b) with respect to z.
T | scalar types of arguments |
a | first argument |
b | second argument |
z | upper bound of the integral |
Definition at line 30 of file inc_beta_ddz.hpp.