![]() |
Stan Math Library
2.11.0
reverse mode automatic differentiation
|
#include <stan/math/prim/scal/fun/inc_beta.hpp>#include <stan/math/prim/scal/fun/inc_beta_dda.hpp>#include <cmath>#include <stdexcept>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_dda (T a, T b, T z, T digamma_a, T digamma_ab) |
| Returns the partial derivative of the regularized incomplete beta function, I_{z}(a, b) with respect to a. More... | |
| template<typename T > | |
| T | stan::math::inc_beta_ddb (T a, T b, T z, T digamma_b, T digamma_ab) |
| Returns the partial derivative of the regularized incomplete beta function, I_{z}(a, b) with respect to b. More... | |