![]() |
Stan Math Library
2.11.0
reverse mode automatic differentiation
|
#include <stan/math/prim/scal/fun/lgamma.hpp>#include <stan/math/prim/scal/fun/inc_beta.hpp>#include <boost/math/special_functions/beta.hpp>#include <cmath>Go to the source code of this file.
Namespaces | |
| stan | |
| stan::math | |
| Matrices and templated mathematical functions. | |
Functions | |
| template<typename T > | |
| 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. More... | |
| template<> | |
| double | stan::math::inc_beta_ddz (double a, double b, double z) |